diff --git a/kcms/emoticons/emoticons.desktop b/kcms/emoticons/emoticons.desktop --- a/kcms/emoticons/emoticons.desktop +++ b/kcms/emoticons/emoticons.desktop @@ -93,7 +93,7 @@ Name[x-test]=xxEmoticonsxx Name[zh_CN]=表情符号 Name[zh_TW]=表情圖示 -Comment=Emoticon Theme +Comment=Choose the emoticon theme Comment[ar]=سمة الوجوه التّعبيرية Comment[bs]=Tema emotikona Comment[ca]=Tema d'emoticones diff --git a/kcms/emoticons/emoticonslist.cpp b/kcms/emoticons/emoticonslist.cpp --- a/kcms/emoticons/emoticonslist.cpp +++ b/kcms/emoticons/emoticonslist.cpp @@ -107,7 +107,7 @@ EmoticonList::EmoticonList(QWidget *parent, const QVariantList &args) : KCModule(parent, args) { - KAboutData *about = new KAboutData(QStringLiteral("kcm_emoticons"), i18n("Emoticons"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL); + KAboutData *about = new KAboutData(QStringLiteral("kcm_emoticons"), i18n("Choose the emoticon theme"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL); setAboutData(about); // setButtons(Apply | Help); setupUi(this); diff --git a/kcms/icons/kcm_icons.desktop b/kcms/icons/kcm_icons.desktop --- a/kcms/icons/kcm_icons.desktop +++ b/kcms/icons/kcm_icons.desktop @@ -103,7 +103,7 @@ Name[zh_CN]=图标 Name[zh_TW]=圖示 -Comment=Icon Theme +Comment=Choose the icon theme Comment[ar]=سمة الأيقونات Comment[bs]=Tema ikone Comment[ca]=Tema d'icones diff --git a/kcms/icons/main.cpp b/kcms/icons/main.cpp --- a/kcms/icons/main.cpp +++ b/kcms/icons/main.cpp @@ -82,7 +82,7 @@ // to be able to access its enums qmlRegisterUncreatableType("org.kde.private.kcms.icons", 1, 0, "KIconLoader", QString()); - KAboutData* about = new KAboutData(QStringLiteral("kcm5_icons"), i18n("Icons"), QStringLiteral("1.0"), + KAboutData* about = new KAboutData(QStringLiteral("kcm5_icons"), i18n("Choose the icon theme"), QStringLiteral("1.0"), i18n("Icons Control Panel Module"), KAboutLicense::GPL, i18n("(c) 2000-2003 Geert Jansen")); about->addAuthor(i18n("Geert Jansen"), QString(), QStringLiteral("jansen@kde.org")); diff --git a/kcms/icons/package/metadata.desktop b/kcms/icons/package/metadata.desktop --- a/kcms/icons/package/metadata.desktop +++ b/kcms/icons/package/metadata.desktop @@ -90,7 +90,7 @@ Name[x-test]=xxIconsxx Name[zh_CN]=图标 Name[zh_TW]=圖示 -Comment=Icon Theme +Comment=Choose the icon theme Comment[ar]=سمة الأيقونات Comment[bs]=Tema ikone Comment[ca]=Tema d'icones diff --git a/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp b/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp --- a/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp +++ b/kcms/kfontinst/kcmfontinst/KCmFontInst.cpp @@ -185,7 +185,7 @@ KIconLoader::global()->addAppDir(KFI_NAME); - KAboutData *about = new KAboutData(QStringLiteral("fontinst"), i18n("KDE Font Manager"), QStringLiteral("1.0"), QString(), + KAboutData *about = new KAboutData(QStringLiteral("fontinst"), i18n("Install, preview and remove fonts"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL, i18n("(C) Craig Drummond, 2000 - 2009")); about->addAuthor(i18n("Craig Drummond"), i18n("Developer and maintainer"), QStringLiteral("craig@kde.org")); setAboutData(about); diff --git a/kcms/kfontinst/kcmfontinst/fontinst.desktop b/kcms/kfontinst/kcmfontinst/fontinst.desktop --- a/kcms/kfontinst/kcmfontinst/fontinst.desktop +++ b/kcms/kfontinst/kcmfontinst/fontinst.desktop @@ -68,7 +68,7 @@ Name[zh_CN]=字体管理 Name[zh_TW]=字型管理 -Comment=Font Installation, Preview and Removal +Comment=Install, preview and remove fonts Comment[ar]=ثبّت الخطوط، وعاينها وأزلها Comment[bs]=Instalacija fonta, pregled i uklanjanje Comment[ca]=Instal·lació, vista prèvia i eliminació dels tipus de lletra diff --git a/kcms/style/kcmstyle.cpp b/kcms/style/kcmstyle.cpp --- a/kcms/style/kcmstyle.cpp +++ b/kcms/style/kcmstyle.cpp @@ -170,7 +170,7 @@ KGlobal::dirs()->addResourceType("themes", "data", "kstyle/themes"); KAboutData *about = - new KAboutData( QStringLiteral("kcmstyle"), i18n("KDE Style Module"), QStringLiteral("1.0"), + new KAboutData( QStringLiteral("kcmstyle"), i18n("Configure widget style and behavior"), QStringLiteral("1.0"), QString(), KAboutLicense::GPL, i18n("(c) 2002 Karol Szwed, Daniel Molkentin")); diff --git a/kcms/style/style.desktop b/kcms/style/style.desktop --- a/kcms/style/style.desktop +++ b/kcms/style/style.desktop @@ -58,7 +58,7 @@ Name[x-test]=xxWidget Stylexx Name[zh_CN]=部件风格 Name[zh_TW]=元件樣式 -Comment=Widget Style and Behavior +Comment=Configure widget style and behavior Comment[ar]=نمط الودجات وسلوكها Comment[bs]=Stil i ponašanje grafičke kontrole Comment[ca]=Estil i comportament dels estris