From 395d606ab74c25e3c107e59a6b0933de9bf79d20 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 5 Nov 2016 13:04:42 +0100 Subject: modules: make more strings translatable --- proto-ft/ftnoir_protocol_ft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-ft') 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"); } }; -- cgit v1.2.3