From 8f5ad2e339a8167ac8b6fd49b853f41624f9acda Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Apr 2017 09:39:58 +0200 Subject: proto/udp: rename one more occurence Issue: #571 --- proto-udp/ftnoir_protocol_ftn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3