summaryrefslogtreecommitdiff
path: root/src/gui/setup_joystick.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-22 23:31:19 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-22 23:31:19 +0300
commita5ac1930f0efd6da0176ad24f0f1d578a89b4ed0 (patch)
tree89e050a580716873ecb6dc7d139b6fa11163ad2a /src/gui/setup_joystick.cpp
parent3c027533d60765d302bfb3abebe44df97af29838 (diff)
downloadplus-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.cpp2
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();
}
}