diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-29 15:56:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-29 15:56:11 +0300 |
commit | 274596a636031c90e6b8370c575ea12664a83339 (patch) | |
tree | 5267511c85035d482f3f36fd33aace57a7cc478f | |
parent | d9919556d2fbfe258710043fd31adfac6782f6e4 (diff) | |
download | plus-274596a636031c90e6b8370c575ea12664a83339.tar.gz plus-274596a636031c90e6b8370c575ea12664a83339.tar.bz2 plus-274596a636031c90e6b8370c575ea12664a83339.tar.xz plus-274596a636031c90e6b8370c575ea12664a83339.zip |
Fix typo in status popup window.
-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: |