summaryrefslogtreecommitdiffhomepage
path: root/tracker-s2bot/ftnoir_tracker_s2bot.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-s2bot/ftnoir_tracker_s2bot.h')
-rw-r--r--tracker-s2bot/ftnoir_tracker_s2bot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-s2bot/ftnoir_tracker_s2bot.h b/tracker-s2bot/ftnoir_tracker_s2bot.h
index f0493284..eddf58f4 100644
--- a/tracker-s2bot/ftnoir_tracker_s2bot.h
+++ b/tracker-s2bot/ftnoir_tracker_s2bot.h
@@ -66,7 +66,7 @@ private slots:
class meta_s2bot : public Metadata
{
public:
- QString name() { return QString(QCoreApplication::translate("meta_s2bot", "S2Bot receiver")); }
+ QString name() { return otr_tr("S2Bot receiver"); }
QIcon icon() { return QIcon(":/s2bot.png"); }
};