Changeset 12677 in osm
- Timestamp:
- 2008-12-30T00:47:58+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
r12579 r12677 85 85 //TRANSLATION: Although for English the use of trn is needless it is important for other languages 86 86 int option = JOptionPane.showConfirmDialog(Main.parent, trn( 87 "The selection contains {0} way. Are you sure you want to simplify them all?",87 "The selection contains {0} way. Are you sure you want to simplify it?", 88 88 "The selection contains {0} ways. Are you sure you want to simplify them all?", 89 89 ways,ways),
Note:
See TracChangeset
for help on using the changeset viewer.