diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-26 22:13:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-26 22:15:20 +0100 |
commit | 0b56957297167538addd330e699e2e3cd2731d68 (patch) | |
tree | 7718aacad23f2800db8a53af9f2d4970bed9c992 /tracker-hatire/ftnoir_tracker_hat.cpp | |
parent | c8d8702431e5b4fb275e9952d59efac69ca00960 (diff) |
compat: use gettext convention for tr()
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat.cpp')
-rw-r--r-- | tracker-hatire/ftnoir_tracker_hat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat.cpp b/tracker-hatire/ftnoir_tracker_hat.cpp index 29381eaa..a3f10d35 100644 --- a/tracker-hatire/ftnoir_tracker_hat.cpp +++ b/tracker-hatire/ftnoir_tracker_hat.cpp @@ -62,7 +62,7 @@ module_status hatire::start_tracker(QFrame*) case result_open_error: return error(tr("Unable to open ComPort: %1").arg(ret.error)); default: - return error("Unknown error"); + return error(tr("Unknown error")); } } |