-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 | |||
@@ -101,6 +101,6 @@ QPixmap *KeyboardImpl::icon() | |||
101 | QString KeyboardImpl::name() | 101 | 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 | } |
106 | 106 | ||