Ticket #24137: 24137.patch

File 24137.patch, 1.0 KB (added by GerdP, 15 months ago)
  • src/org/openstreetmap/josm/actions/mapmode/SelectAction.java

     
    913913                final ConfirmMoveDialog ed = new ConfirmMoveDialog();
    914914                ed.setContent(trn(
    915915                        "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?",
    917917                        "You moved {0} elements by a distance of {1}. "
    918918                                + "Moving elements by a large distance is often an error.\n" + "Really move them?",
    919919                        moveCount, moveCount, SystemOfMeasurement.getSystemOfMeasurement().getDistText(moveDistance)));