diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-20 09:09:11 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-20 09:35:28 +0200 |
commit | 33c997bf8981ba3663fc48e4f4c04525a941f934 (patch) | |
tree | 93510b26414ac1bc10555fa52898c42f4cfb16f5 /proto-udp | |
parent | ae021e042ff106536388b9b80994421861e5e378 (diff) |
{proto,tracker}-udp: rename
Issue: #571
Diffstat (limited to 'proto-udp')
-rw-r--r-- | proto-udp/ftnoir_protocol_ftn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto-udp/ftnoir_protocol_ftn.h b/proto-udp/ftnoir_protocol_ftn.h index 383b4ed7..4e4e1ea9 100644 --- a/proto-udp/ftnoir_protocol_ftn.h +++ b/proto-udp/ftnoir_protocol_ftn.h @@ -38,7 +38,7 @@ public: bool correct(); void pose(const double *headpose); QString game_name() { - return QCoreApplication::translate("udp", "UDP Tracker"); + return QCoreApplication::translate("udp_proto", "UDP tracker"); } private: QUdpSocket outSocket; @@ -64,6 +64,6 @@ private slots: class udpDll : public Metadata { public: - QString name() { return QString(QCoreApplication::translate("udpDll", "UDP receiver")); } + QString name() { return QString(QCoreApplication::translate("udp_proto", "UDP over network")); } QIcon icon() { return QIcon(":/images/facetracknoir.png"); } }; |