diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-09 18:19:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-09 18:22:04 +0100 |
commit | 97f74d1e7b37cf15d4763999e1287a665eeedcec (patch) | |
tree | 752b5fce78d2d4d74e0934712dbbd8fd3fb8d72d /tracker-rift-080/ftnoir_tracker_rift_080.h | |
parent | 4f9c633bc9a661fbeb367e950f6789d8de6782e6 (diff) |
many: use otr_tr for non-qobject translation
I haven't even compile-tested Linux and OSX-specific bits.
Diffstat (limited to 'tracker-rift-080/ftnoir_tracker_rift_080.h')
-rw-r--r-- | tracker-rift-080/ftnoir_tracker_rift_080.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-rift-080/ftnoir_tracker_rift_080.h b/tracker-rift-080/ftnoir_tracker_rift_080.h index e7fccb5e..e5e92e3d 100644 --- a/tracker-rift-080/ftnoir_tracker_rift_080.h +++ b/tracker-rift-080/ftnoir_tracker_rift_080.h @@ -53,7 +53,7 @@ private slots: class rift_080Dll : public Metadata { public: - QString name() { return QString(QCoreApplication::translate("rift_080Dll", "Oculus Rift runtime 0.8.0 -- HMD")); } + QString name() { return otr_tr("Oculus Rift runtime 0.8.0 -- HMD"); } QIcon icon() { return QIcon(":/images/rift_tiny.png"); } }; |