Ticket #24137: 24137.patch
| File 24137.patch, 1.0 KB (added by , 15 months ago) |
|---|
-
src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
913 913 final ConfirmMoveDialog ed = new ConfirmMoveDialog(); 914 914 ed.setContent(trn( 915 915 "You moved {0} element by a distance of {1}. " 916 + "Moving elements by a large distance is often an error.\n" + "Really move them?",916 + "Moving elements by a large distance is often an error.\n" + "Really move it?", 917 917 "You moved {0} elements by a distance of {1}. " 918 918 + "Moving elements by a large distance is often an error.\n" + "Really move them?", 919 919 moveCount, moveCount, SystemOfMeasurement.getSystemOfMeasurement().getDistText(moveDistance)));
