summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui/systeminfogenericui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/systeminfogenericui.cpp b/src/ui/systeminfogenericui.cpp
index 1830a93..69a5546 100644
--- a/src/ui/systeminfogenericui.cpp
+++ b/src/ui/systeminfogenericui.cpp
@@ -205,8 +205,8 @@ void GenericSystemInfoUi::initializeGeneric()
systemInfoInputKeys = new QCheckBox(tr("Keys"));
systemInfoInputKeypad = new QCheckBox(tr("Keypad"));
systemInfoInputKeyboard = new QCheckBox(tr("Keyboard"));
- systemInfoInputSingleTouch = new QCheckBox(tr("Single touch"));
- systemInfoInputMultiTouch = new QCheckBox(tr("Multitouch"));
+ systemInfoInputSingleTouch = new QCheckBox(tr("Singlepoint-touch"));
+ systemInfoInputMultiTouch = new QCheckBox(tr("Multipoint-touch"));
systemInfoInputMouse = new QCheckBox(tr("Mouse"));
QGridLayout *gridLayout = new QGridLayout();
gridLayout->addWidget(systemInfoInputKeys, 0, 0);