-rw-r--r-- | inputmethods/keyboard/keyboardimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethods/keyboard/keyboardimpl.cpp b/inputmethods/keyboard/keyboardimpl.cpp index ea61272..56e6870 100644 --- a/inputmethods/keyboard/keyboardimpl.cpp +++ b/inputmethods/keyboard/keyboardimpl.cpp | |||
@@ -102,4 +102,4 @@ QString KeyboardImpl::name() | |||
102 | { | 102 | { |
103 | return qApp->translate( "InputMethods", "Keyboard" ); | 103 | // return qApp->translate( "InputMethods", "Keyboard" ); |
104 | // return qApp->translate( "InputMethods", "Opti" ); | 104 | return "Keyboard"; |
105 | } | 105 | } |