diff --git a/applets/analog-clock/contents/config/config.qml b/applets/analog-clock/contents/config/config.qml index 74ec52828..fe059b8d4 100644 --- a/applets/analog-clock/contents/config/config.qml +++ b/applets/analog-clock/contents/config/config.qml @@ -22,7 +22,7 @@ import org.kde.plasma.configuration 2.0 ConfigModel { ConfigCategory { - name: "Appearance" + name: i18n("Appearance") icon: "preferences-desktop-color" source: "configGeneral.qml" } diff --git a/applets/calendar/contents/config/config.qml b/applets/calendar/contents/config/config.qml index 88b995f8d..4a6cb6055 100644 --- a/applets/calendar/contents/config/config.qml +++ b/applets/calendar/contents/config/config.qml @@ -24,13 +24,13 @@ import org.kde.plasma.configuration 2.0 ConfigModel { // ConfigCategory { -// name: "General" +// name: i18n("General") // icon: "preferences-system-time" // source: "configGeneral.qml" // } ConfigCategory { - name: "Agenda" + name: i18n("Agenda") icon: "view-calendar-agenda" source: "configAgenda.qml" } -} \ No newline at end of file +} diff --git a/applets/devicenotifier/package/contents/config/config.qml b/applets/devicenotifier/package/contents/config/config.qml index e65bb4120..f2a5aa941 100644 --- a/applets/devicenotifier/package/contents/config/config.qml +++ b/applets/devicenotifier/package/contents/config/config.qml @@ -22,8 +22,8 @@ import org.kde.plasma.configuration 2.0 ConfigModel { ConfigCategory { - name: "General" + name: i18n("General") icon: "plasma" source: "configGeneral.qml" } -} \ No newline at end of file +} diff --git a/applets/digital-clock/package/contents/config/config.qml b/applets/digital-clock/package/contents/config/config.qml index 806b14285..f897c9a7f 100644 --- a/applets/digital-clock/package/contents/config/config.qml +++ b/applets/digital-clock/package/contents/config/config.qml @@ -24,13 +24,13 @@ import org.kde.plasma.configuration 2.0 ConfigModel { // ConfigCategory { -// name: "General" +// name: i18n("General") // icon: "preferences-system-time" // source: "configGeneral.qml" // } ConfigCategory { - name: "Appearance" + name: i18n("Appearance") icon: "preferences-desktop-color" source: "configAppearance.qml" } -} \ No newline at end of file +} diff --git a/applets/lock_logout/contents/config/config.qml b/applets/lock_logout/contents/config/config.qml index f6eee8947..f04d46f80 100644 --- a/applets/lock_logout/contents/config/config.qml +++ b/applets/lock_logout/contents/config/config.qml @@ -23,7 +23,7 @@ import org.kde.plasma.configuration 2.0 ConfigModel { ConfigCategory { - name: "General" + name: i18n("General") icon: "system-shutdown" source: "ConfigGeneral.qml" }