Changeset 23896 in osm for applications/editors


Ignore:
Timestamp:
2010-10-28T00:23:42+02:00 (14 years ago)
Author:
bilbo
Message:

Typo in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/multipoly/src/multipoly/MultipolyAction.java

    r23892 r23896  
    6464      // Sometimes it make sense creating multipoly of only one way (so it will form outer way)
    6565      // and then splitting the way later (so there are multiple ways forming outer way)
    66       JOptionPane.showMessageDialog(Main.parent, tr("You must select at one way."));
     66      JOptionPane.showMessageDialog(Main.parent, tr("You must select at least one way."));
    6767      return;
    6868    }
Note: See TracChangeset for help on using the changeset viewer.