diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/statuspopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statuspopup.cpp b/src/gui/statuspopup.cpp index b4ff3d6d0..f39e253cc 100644 --- a/src/gui/statuspopup.cpp +++ b/src/gui/statuspopup.cpp @@ -258,7 +258,7 @@ void StatusPopup::updateLabels() break; case 2: setLabelText(mMoveToTargetType, - _("(2) moves to target in distance 3"), + _("(2) moves to target in distance 2"), keyboard.KEY_CHANGE_MOVE_TO_TARGET); break; case 3: |