diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-20 09:39:58 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-20 09:39:58 +0200 | 
| commit | 8f5ad2e339a8167ac8b6fd49b853f41624f9acda (patch) | |
| tree | 9a1b825397335e0e0104e292cd1a8b646a42cc55 | |
| parent | 847b34cc1e80563b27355d69413f39d0aa07c8a5 (diff) | |
proto/udp: rename one more occurence
Issue: #571
| -rw-r--r-- | proto-udp/ftnoir_protocol_ftn.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/proto-udp/ftnoir_protocol_ftn.h b/proto-udp/ftnoir_protocol_ftn.h index 4e4e1ea9..b234cd89 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_proto", "UDP tracker"); +        return QCoreApplication::translate("udp_proto", "UDP over network");      }  private:      QUdpSocket outSocket; | 
