Changeset 21619 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-06-08T19:17:37+02:00 (14 years ago)
Author:
stoecker
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/src/org/openstreetmap/josm/plugins/alignways/AlignWaysAction.java

    r21613 r21619  
    7676                                                ((AlignWaysRotateCommand) c).undoCommand();
    7777                                                JOptionPane.showMessageDialog(Main.parent,
    78                                                                 tr("Aligning would result nodes outside the world." +
     78                                                                tr("Aligning would result nodes outside the world.\n" +
    7979                                                                "Your action is being reverted."),
    8080                                                                tr("AlignWayS message"), JOptionPane.WARNING_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.