From 0d32aec11d09f1ac1088b05a214432b6be4b534b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 17 Jan 2018 11:56:31 +0100 Subject: proto/libevdev: fix build Issue: #726 --- proto-libevdev/ftnoir_protocol_libevdev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-libevdev/ftnoir_protocol_libevdev.cpp') 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(); -- cgit v1.2.3