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 - text: i18n("Get New Icons...") + text: i18n("&Get New Splash Screens...") configFile: "ksplash.knsrc" viewMode: NewStuff.Page.ViewMode.Preview onChangedEntriesChanged: kcm.ghnsEntriesChanged(newStuffButton.changedEntries);