diff --git a/kcms/colors/package/contents/ui/main.qml b/kcms/colors/package/contents/ui/main.qml --- a/kcms/colors/package/contents/ui/main.qml +++ b/kcms/colors/package/contents/ui/main.qml @@ -350,7 +350,7 @@ NewStuff.Button { id: newStuffButton - downloadNewWhat: i18n("Color Schemes") + text: i18n("Get New Color Schemes...") configFile: "colorschemes.knsrc" viewMode: NewStuff.Page.ViewMode.Tiles onChangedEntriesChanged: kcm.reloadModel(newStuffButton.changedEntries); diff --git a/kcms/cursortheme/package/contents/ui/main.qml b/kcms/cursortheme/package/contents/ui/main.qml --- a/kcms/cursortheme/package/contents/ui/main.qml +++ b/kcms/cursortheme/package/contents/ui/main.qml @@ -147,7 +147,7 @@ NewStuff.Button { id: newStuffButton enabled: kcm.canInstall - downloadNewWhat: i18n("Cursors") + text: i18n("&Get New Cursors...") configFile: "xcursor.knsrc" viewMode: NewStuff.Page.ViewMode.Tiles onChangedEntriesChanged: kcm.ghnsEntriesChanged(newStuffButton.changedEntries); 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 @@ -208,7 +208,7 @@ NewStuff.Button { id: newStuffButton - downloadNewWhat: i18n("Plasma Styles") + text: i18n("Get New Plasma Styles...") configFile: "plasma-themes.knsrc" viewMode: NewStuff.Page.ViewMode.Preview onChangedEntriesChanged: kcm.load(); diff --git a/kcms/icons/package/contents/ui/main.qml b/kcms/icons/package/contents/ui/main.qml --- a/kcms/icons/package/contents/ui/main.qml +++ b/kcms/icons/package/contents/ui/main.qml @@ -253,7 +253,7 @@ NewStuff.Button { id: newStuffButton - downloadNewWhat: i18n("Icons") + text: i18n("Get New Icons...") configFile: "icons.knsrc" viewMode: NewStuff.Page.ViewMode.Preview onChangedEntriesChanged: kcm.ghnsEntriesChanged(newStuffButton.changedEntries); diff --git a/kcms/ksplash/package/contents/ui/main.qml b/kcms/ksplash/package/contents/ui/main.qml --- a/kcms/ksplash/package/contents/ui/main.qml +++ b/kcms/ksplash/package/contents/ui/main.qml @@ -82,7 +82,7 @@ } NewStuff.Button { id: newStuffButton - downloadNewWhat: i18n("Splash Screens") + text: i18n("Get New Icons...") configFile: "ksplash.knsrc" viewMode: NewStuff.Page.ViewMode.Preview onChangedEntriesChanged: kcm.ghnsEntriesChanged(newStuffButton.changedEntries); diff --git a/kcms/lookandfeel/package/contents/ui/main.qml b/kcms/lookandfeel/package/contents/ui/main.qml --- a/kcms/lookandfeel/package/contents/ui/main.qml +++ b/kcms/lookandfeel/package/contents/ui/main.qml @@ -85,7 +85,7 @@ Layout.fillWidth: true } NewStuff.Button { - downloadNewWhat: i18n("Global Themes") + text: i18n("Get New Global Themes...") configFile: "lookandfeel.knsrc" viewMode: NewStuff.Page.ViewMode.Preview onChangedEntriesChanged: kcm.reloadModel();