Changeset 23896 in osm for applications/editors
- Timestamp:
- 2010-10-28T00:23:42+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/multipoly/src/multipoly/MultipolyAction.java
r23892 r23896 64 64 // Sometimes it make sense creating multipoly of only one way (so it will form outer way) 65 65 // 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.")); 67 67 return; 68 68 }
Note:
See TracChangeset
for help on using the changeset viewer.