summaryrefslogtreecommitdiffhomepage
path: root/tracker-joystick
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-11-05 13:04:42 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-11-05 13:07:34 +0100
commit395d606ab74c25e3c107e59a6b0933de9bf79d20 (patch)
tree7ccc69a7956564373a0a5c41c3dc1dce2b548980 /tracker-joystick
parentdfa40a083dc3efaf665bc1f5e54633deda79a956 (diff)
modules: make more strings translatable
Diffstat (limited to 'tracker-joystick')
-rw-r--r--tracker-joystick/ftnoir_tracker_joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-joystick/ftnoir_tracker_joystick.h b/tracker-joystick/ftnoir_tracker_joystick.h
index 3a5175ed..aea45983 100644
--- a/tracker-joystick/ftnoir_tracker_joystick.h
+++ b/tracker-joystick/ftnoir_tracker_joystick.h
@@ -72,7 +72,7 @@ private slots:
class joystickDll : public Metadata
{
public:
- QString name() { return QString("Joystick input"); }
+ QString name() { return QString(QCoreApplication::translate("joystickDll", "Joystick input")); }
QIcon icon() { return QIcon(":/images/facetracknoir.png"); }
};