diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-22 23:31:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-22 23:31:19 +0300 |
commit | a5ac1930f0efd6da0176ad24f0f1d578a89b4ed0 (patch) | |
tree | 89e050a580716873ecb6dc7d139b6fa11163ad2a /src/gui/setup_joystick.cpp | |
parent | 3c027533d60765d302bfb3abebe44df97af29838 (diff) | |
download | plus-a5ac1930f0efd6da0176ad24f0f1d578a89b4ed0.tar.gz plus-a5ac1930f0efd6da0176ad24f0f1d578a89b4ed0.tar.bz2 plus-a5ac1930f0efd6da0176ad24f0f1d578a89b4ed0.tar.xz plus-a5ac1930f0efd6da0176ad24f0f1d578a89b4ed0.zip |
Fix "dont" words.
Diffstat (limited to 'src/gui/setup_joystick.cpp')
-rw-r--r-- | src/gui/setup_joystick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_joystick.cpp b/src/gui/setup_joystick.cpp index 290607be4..a3240282a 100644 --- a/src/gui/setup_joystick.cpp +++ b/src/gui/setup_joystick.cpp @@ -146,7 +146,7 @@ void Setup_Joystick::action(const gcn::ActionEvent &event) { mCalibrateButton->setCaption(_("Stop")); mCalibrateLabel->setCaption( - _("Rotate the stick and dont press buttons")); + _("Rotate the stick and don't press buttons")); joystick->startCalibration(); } } |