Index: src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
===================================================================
--- src/org/openstreetmap/josm/actions/mapmode/SelectAction.java	(revision 19312)
+++ src/org/openstreetmap/josm/actions/mapmode/SelectAction.java	(working copy)
@@ -913,7 +913,7 @@
                 final ConfirmMoveDialog ed = new ConfirmMoveDialog();
                 ed.setContent(trn(
                         "You moved {0} element by a distance of {1}. "
-                                + "Moving elements by a large distance is often an error.\n" + "Really move them?",
+                                + "Moving elements by a large distance is often an error.\n" + "Really move it?",
                         "You moved {0} elements by a distance of {1}. "
                                 + "Moving elements by a large distance is often an error.\n" + "Really move them?",
                         moveCount, moveCount, SystemOfMeasurement.getSystemOfMeasurement().getDistText(moveDistance)));
