diff --git a/src/kcm/kcm_pulseaudio.desktop b/src/kcm/kcm_pulseaudio.desktop --- a/src/kcm/kcm_pulseaudio.desktop +++ b/src/kcm/kcm_pulseaudio.desktop @@ -5,12 +5,13 @@ X-KDE-Library=kcm_pulseaudio X-KDE-ServiceTypes=KCModule -X-KDE-System-Settings-Parent-Category=audio-and-video X-KDE-ParentApp=kcontrol +X-KDE-System-Settings-Parent-Category=hardware +X-KDE-Weight=60 X-KDE-PluginKeyword=kcm_pulseaudio X-DocPath=kcontrol/plasma-pa/index.html -Name=Audio Volume +Name=Audio Name[ar]=مستوى الصّوت Name[ast]=Volume del audiu Name[ca]=Volum de l'àudio @@ -52,7 +53,7 @@ Name[x-test]=xxAudio Volumexx Name[zh_CN]=音频音量 Name[zh_TW]=音效音量 -Comment=Configure the Audio Volume +Comment=Configure audio devices and volume Comment[ar]=اضبط مستوى الصّوت Comment[ast]=Configura'l volume del audiu Comment[ca]=Configura el volum de l'àudio @@ -94,7 +95,7 @@ Comment[x-test]=xxConfigure the Audio Volumexx Comment[zh_CN]=配置音频音量 Comment[zh_TW]=設定音量 -X-KDE-Keywords=Sound,Volume,Output,Audio,Music,PulseAudio,Pulse +X-KDE-Keywords=Sound,Volume,Output,Input,Speakers,Microphone,Audio,Music,PulseAudio,Pulse X-KDE-Keywords[ar]=صوت,مستوى,خرج,موسيقى,Pulse,PulseAudio X-KDE-Keywords[ast]=Soníu,Volume,Salida,Audiu,Música,PulseAudio,Pulsu X-KDE-Keywords[ca]=So,Volum,Sortida,Àudio,Música,PulseAudio,Pulse diff --git a/src/kcm/module.cpp b/src/kcm/module.cpp --- a/src/kcm/module.cpp +++ b/src/kcm/module.cpp @@ -36,7 +36,7 @@ : KQuickAddons::ConfigModule(parent, args) { KAboutData *aboutData = new KAboutData("kcm_pulseaudio", - i18nc("@title", "Configure the Audio Volume"), + i18nc("@title", "Audio"), global_s_versionStringFull, QStringLiteral(""), KAboutLicense::LicenseKey::GPL_V3,