diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-05 13:04:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-05 13:07:34 +0100 |
commit | 395d606ab74c25e3c107e59a6b0933de9bf79d20 (patch) | |
tree | 7ccc69a7956564373a0a5c41c3dc1dce2b548980 /proto-ft | |
parent | dfa40a083dc3efaf665bc1f5e54633deda79a956 (diff) |
modules: make more strings translatable
Diffstat (limited to 'proto-ft')
-rw-r--r-- | proto-ft/ftnoir_protocol_ft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-ft/ftnoir_protocol_ft.h b/proto-ft/ftnoir_protocol_ft.h index 19bb39c3..e5a63e17 100644 --- a/proto-ft/ftnoir_protocol_ft.h +++ b/proto-ft/ftnoir_protocol_ft.h @@ -93,6 +93,6 @@ private slots: class freetrackDll : public Metadata { public: - QString name() { return QString("freetrack 2.0 Enhanced"); } + QString name() { return QString(QCoreApplication::translate("freetrackDll", "freetrack 2.0 Enhanced")); } QIcon icon() { return QIcon(":/images/freetrack.png"); } }; |