From 97f74d1e7b37cf15d4763999e1287a665eeedcec Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 9 Dec 2017 18:19:15 +0100 Subject: many: use otr_tr for non-qobject translation I haven't even compile-tested Linux and OSX-specific bits. --- proto-libevdev/ftnoir_protocol_libevdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-libevdev') diff --git a/proto-libevdev/ftnoir_protocol_libevdev.h b/proto-libevdev/ftnoir_protocol_libevdev.h index 6f7e4695..5606cbdf 100644 --- a/proto-libevdev/ftnoir_protocol_libevdev.h +++ b/proto-libevdev/ftnoir_protocol_libevdev.h @@ -25,7 +25,7 @@ public: } void pose(const double *headpose); QString game_name() { - return "Virtual joystick for Linux"; + return otr_tr("Virtual joystick for Linux"); } private: struct libevdev* dev; -- cgit v1.2.3