diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-29 21:50:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-29 21:50:18 +0300 |
commit | 533bcb7fac2833dc40dcee3d389324477e109c2e (patch) | |
tree | 10768a0915ab25a831f69ff1beb8c870c97e87e8 /src/gui/statuspopup.cpp | |
parent | d43b5636770b984d68cb2d742fb845dce147915e (diff) | |
download | plus-533bcb7fac2833dc40dcee3d389324477e109c2e.tar.gz plus-533bcb7fac2833dc40dcee3d389324477e109c2e.tar.bz2 plus-533bcb7fac2833dc40dcee3d389324477e109c2e.tar.xz plus-533bcb7fac2833dc40dcee3d389324477e109c2e.zip |
Add new lines to translation and rebuild translation again.
Diffstat (limited to 'src/gui/statuspopup.cpp')
-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 f39e253cc..82416b1d9 100644 --- a/src/gui/statuspopup.cpp +++ b/src/gui/statuspopup.cpp @@ -211,7 +211,7 @@ void StatusPopup::updateLabels() break; case 4: - setLabelText(mMoveType, _("d) double normal + crazy"), + setLabelText(mMoveType, _("(d) double normal + crazy"), keyboard.KEY_INVERT_DIRECTION); break; |