-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 | |||
@@ -99,10 +99,10 @@ QPixmap *KeyboardImpl::icon() | |||
99 | } | 99 | } |
100 | 100 | ||
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 | ||
107 | void KeyboardImpl::onKeyPress( QObject *receiver, const char *slot ) | 107 | void KeyboardImpl::onKeyPress( QObject *receiver, const char *slot ) |
108 | { | 108 | { |