diff --git a/appmenu/appmenu.desktop b/appmenu/appmenu.desktop --- a/appmenu/appmenu.desktop +++ b/appmenu/appmenu.desktop @@ -1,15 +1,15 @@ [Desktop Entry] Type=Service -Name=Application menus daemon +Name=Application Menu Daemon Name[ar]=عفريت قوائم التطبيقات Name[bs]=Demon za aplikacijske menije Name[ca]=Dimoni de menús d'aplicació Name[ca@valencia]=Dimoni de menús d'aplicació Name[cs]=Démon nabídky aplikací Name[da]=Dæmon til programmenuer Name[de]=Dienst für Anwendungsmenüs Name[el]=Δαίμων για τα μενού των εφαρμογών -Name[en_GB]=Application menus daemon +Name[en_GB]=Application Menu Daemon Name[es]=Demonio de menús de aplicación Name[et]=Rakenduste menüü deemon Name[eu]=Aplikazio-menuen daimona @@ -46,19 +46,19 @@ Name[sv]=Demon för programmenyer Name[tr]=Uygulama menü araçları Name[uk]=Фонова служба меню програм -Name[x-test]=xxApplication menus daemonxx +Name[x-test]=xxApplication Menu Daemonxx Name[zh_CN]=应用程序菜单守护程序 Name[zh_TW]=應用程式選單伺服程式 -Comment=Transfers application's menu to the desktop +Comment=Transfers an application's menu to the desktop Comment[ar]=ينقل قائمة التطبيقات إلى سطح المكتب Comment[bs]=Prebacuje aplikacijski meni na radnu površinu Comment[ca]=Transfereix els menús d'aplicació a l'escriptori Comment[ca@valencia]=Transfereix els menús d'aplicació a l'escriptori Comment[cs]=Přesouvá nabídku aplikací na plochu Comment[da]=Overfører programmets menu til skrivebordet Comment[de]=Überträgt Anwendungsmenüs auf die Arbeitsfläche Comment[el]=Μεταφέρει το μενού της εφαρμογής στην επιφάνεια εργασίας -Comment[en_GB]=Transfers application's menu to the desktop +Comment[en_GB]=Transfers an application's menu to the desktop Comment[es]=Transfiere el menú de aplicaciones al escritorio Comment[et]=Rakenduste menüü paigutamine töölauale Comment[eu]=Aplikazioen menua mahaigainera transferitzen du @@ -95,7 +95,7 @@ Comment[sv]=Överför programmets meny till skrivbordet Comment[tr]=Uygulamanın menüsünü masaüstüne aktarır Comment[uk]=Передає меню програм на стільницю -Comment[x-test]=xxTransfers application's menu to the desktopxx +Comment[x-test]=xxTransfers an application's menu to the desktopxx Comment[zh_CN]=将应用程序的菜单转移到桌面上 Comment[zh_TW]=將應用程式選單傳送到桌面 X-KDE-ServiceTypes=KDEDModule diff --git a/krunner/view.cpp b/krunner/view.cpp --- a/krunner/view.cpp +++ b/krunner/view.cpp @@ -79,7 +79,7 @@ a = new QAction(nullptr); QObject::connect(a, &QAction::triggered, this, &View::displayWithClipboardContents); - a->setText(i18n("Run Command on clipboard contents")); + a->setText(i18n("Run Command on Clipboard Contents")); a->setObjectName(QStringLiteral("run command on clipboard contents")); a->setProperty("componentDisplayName", i18nc("Name for krunner shortcuts category", "Run Command")); KGlobalAccel::self()->setDefaultShortcut(a, QList() << QKeySequence(Qt::ALT+Qt::SHIFT+Qt::Key_F2));