diff --git a/kcms/desktoptheme/package/contents/ui/main.qml b/kcms/desktoptheme/package/contents/ui/main.qml --- a/kcms/desktoptheme/package/contents/ui/main.qml +++ b/kcms/desktoptheme/package/contents/ui/main.qml @@ -115,7 +115,7 @@ margins: units.smallSpacing } iconSource: "document-edit" - tooltip: i18("Edit theme") + tooltip: i18n("Edit theme") flat: false onClicked: kcm.editTheme(model.pluginName) visible: kcm.canEditThemes