diff --git a/kcms/cursortheme/kcm_cursortheme.desktop b/kcms/cursortheme/kcm_cursortheme.desktop --- a/kcms/cursortheme/kcm_cursortheme.desktop +++ b/kcms/cursortheme/kcm_cursortheme.desktop @@ -10,7 +10,7 @@ X-DocPath=kcontrol/cursortheme/index.html X-KDE-Weight=60 -Name=Cursor Theme +Name=Cursors Name[ar]=سمة المؤشّر Name[bg]=Тема за курсора Name[bn]=কার্সর থীম @@ -72,7 +72,7 @@ Name[zh_CN]=光标主题 Name[zh_TW]=游標主題 -Comment=Mouse Cursor Theme +Comment=Choose the mouse cursor theme Comment[ar]=سمة مؤشّر الفأرة Comment[bs]=Tema kursora miša Comment[ca]=Tema de cursor del ratolí diff --git a/kcms/cursortheme/kcmcursortheme.cpp b/kcms/cursortheme/kcmcursortheme.cpp --- a/kcms/cursortheme/kcmcursortheme.cpp +++ b/kcms/cursortheme/kcmcursortheme.cpp @@ -70,8 +70,8 @@ qmlRegisterType("org.kde.private.kcm_cursortheme", 1, 0, "PreviewWidget"); qmlRegisterType(); - KAboutData* aboutData = new KAboutData(QStringLiteral("kcm_cursortheme"), i18n("Cursor Theme"), - QStringLiteral("1.0"), QString(i18n("Mouse Cursor Theme settings")), KAboutLicense::GPL, i18n("(c) 2003-2007 Fredrik Höglund")); + KAboutData* aboutData = new KAboutData(QStringLiteral("kcm_cursortheme"), i18n("Cursors"), + QStringLiteral("1.0"), QString(i18n("Choose the mouse cursor theme")), KAboutLicense::GPL, i18n("(c) 2003-2007 Fredrik Höglund")); aboutData->addAuthor(i18n("Fredrik Höglund")); aboutData->addAuthor(i18n("Marco Martin")); setAboutData(aboutData); 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 @@ -28,7 +28,7 @@ import org.kde.private.kcm_cursortheme 1.0 KCM.GridViewKCM { - KCM.ConfigModule.quickHelp: i18n("This module lets you configure the mouse cursor theme used.") + KCM.ConfigModule.quickHelp: i18n("This module lets you choose the mouse cursor theme.") view.model: kcm.cursorsModel view.delegate: Delegate {} diff --git a/kcms/cursortheme/package/metadata.desktop b/kcms/cursortheme/package/metadata.desktop --- a/kcms/cursortheme/package/metadata.desktop +++ b/kcms/cursortheme/package/metadata.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Name=Cursor Theme +Name=Cursors Name[ar]=سمة المؤشّر Name[bg]=Тема за курсора Name[bn]=কার্সর থীম @@ -60,7 +60,7 @@ Name[x-test]=xxCursor Themexx Name[zh_CN]=光标主题 Name[zh_TW]=游標主題 -Comment=Mouse Cursor Theme +Comment=Choose the mouse cursor theme Comment[ar]=سمة مؤشّر الفأرة Comment[bs]=Tema kursora miša Comment[ca]=Tema de cursor del ratolí