diff --git a/src/touchpad-settings/touchpadsettingsui.cpp b/src/touchpad-settings/touchpadsettingsui.cpp index 5cee0b1..dfade41 100644 --- a/src/touchpad-settings/touchpadsettingsui.cpp +++ b/src/touchpad-settings/touchpadsettingsui.cpp @@ -184,7 +184,7 @@ QWidget* TouchpadUI::createTouchpadDisableWidget() QWidget* touchpadDisableWidget = new QWidget(this); touchpadDisableWidget->setMaximumSize(16777215, 60); - QLabel* touchpadDisableLabel = new QLabel(tr("touchpad"), this); + QLabel* touchpadDisableLabel = new QLabel(tr("Touchpad"), this); kdk::KSwitchButton* touchpadDisableBtn = new kdk::KSwitchButton(this); touchpadDisableBtn->blockSignals(true);