summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);