summaryrefslogtreecommitdiffhomepage
path: root/proto-libevdev/ftnoir_protocol_libevdev.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-04-05 04:46:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-04-05 04:46:00 +0200
commita17f3168cc68574369f1b669fe1b4118e4843525 (patch)
tree960a1802c775384dd54224705715f79522ed616a /proto-libevdev/ftnoir_protocol_libevdev.cpp
parent56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1 (diff)
fir Linux build
Diffstat (limited to 'proto-libevdev/ftnoir_protocol_libevdev.cpp')
-rw-r--r--proto-libevdev/ftnoir_protocol_libevdev.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-libevdev/ftnoir_protocol_libevdev.cpp b/proto-libevdev/ftnoir_protocol_libevdev.cpp
index 6bf9b511..4536204d 100644
--- a/proto-libevdev/ftnoir_protocol_libevdev.cpp
+++ b/proto-libevdev/ftnoir_protocol_libevdev.cpp
@@ -107,7 +107,7 @@ module_status evdev::initialize()
{
char buf[128] {};
(void) strerror_r(errno, buf, sizeof(buf));
- return error(_("Can't open /dev/uinput: %1").arg(buf));
+ return error(tr("Can't open /dev/uinput: %1").arg(buf));
}
return status_ok();