summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/setup_joystick.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup_joystick.cpp b/src/gui/setup_joystick.cpp
index a1f3c8cea..f0899be3f 100644
--- a/src/gui/setup_joystick.cpp
+++ b/src/gui/setup_joystick.cpp
@@ -142,7 +142,8 @@ void Setup_Joystick::action(const gcn::ActionEvent &event)
else
{
mCalibrateButton->setCaption(_("Stop"));
- mCalibrateLabel->setCaption(_("Rotate the stick"));
+ mCalibrateLabel->setCaption(
+ _("Rotate the stick and dont press buttons"));
joystick->startCalibration();
}
}