summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@nokia.com>2011-05-09 14:14:54 +0200
committerRainer Keller <rainer.keller@nokia.com>2011-05-09 14:16:04 +0200
commitbc9284b8cb0628ad73911ca114692674811a8b6f (patch)
tree7eac035504811f7b8e7a34a61d49423d650655dd
parent3e953b30a44f4696d99d2ab1b4a6951de0e5c33b (diff)
Rename multipoint-touch option in input methods
-rw-r--r--src/ui/systeminfogenericui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/systeminfogenericui.cpp b/src/ui/systeminfogenericui.cpp
index 14140ab..542e86c 100644
--- a/src/ui/systeminfogenericui.cpp
+++ b/src/ui/systeminfogenericui.cpp
@@ -211,7 +211,7 @@ void GenericSystemInfoUi::initializeGeneric()
systemInfoInputKeypad = new QCheckBox(tr("Keypad"));
systemInfoInputKeyboard = new QCheckBox(tr("Keyboard"));
systemInfoInputSingleTouch = new QCheckBox(tr("Single touch"));
- systemInfoInputMultiTouch = new QCheckBox(tr("Multitouch"));
+ systemInfoInputMultiTouch = new QCheckBox(tr("Multipoint-touch"));
systemInfoInputMouse = new QCheckBox(tr("Mouse"));
QGridLayout *gridLayout = new QGridLayout();
gridLayout->addWidget(systemInfoInputKeys, 0, 0);