summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-17 11:56:31 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-17 11:56:31 +0100
commit0d32aec11d09f1ac1088b05a214432b6be4b534b (patch)
treeb6d0269c206c69d09ec7f76fb1dfc2965c488151
parent16a7d749a054dbbe9b799d936ccd68d26d328028 (diff)
proto/libevdev: fix build
Issue: #726
-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 40ce1b80..42201b6e 100644
--- a/proto-libevdev/ftnoir_protocol_libevdev.cpp
+++ b/proto-libevdev/ftnoir_protocol_libevdev.cpp
@@ -108,7 +108,7 @@ module_status evdev::initialize()
{
char buf[128] {};
(void) strerror_r(errno, buf, sizeof(buf));
- return error(tr("Can't open /dev/uinput: %1").arg(buf));
+ return error(_("Can't open /dev/uinput: %1").arg(buf));
}
return status_ok();