diff options
Diffstat (limited to 'src/keyboardconfig.cpp')
-rw-r--r-- | src/keyboardconfig.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index 02de194cb..eec43364d 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -97,7 +97,8 @@ std::string KeyboardConfig::getKeyShortString(const std::string &key) } else if (key == "unknown key") { - // TRANSLATORS: Unknown key short string. This string must be maximum 5 chars + // TRANSLATORS: Unknown key short string. + // TRANSLATORS: This string must be maximum 5 chars return _("u key"); } return key; |