From 0768ea626df884b83a4a8e3e82de663e4065c1c6 Mon Sep 17 00:00:00 2001 From: Chani Armitage Date: Sun, 3 May 2009 21:00:06 +0000 Subject: [PATCH] make the text more consistent with other plasma config stuff svn path=/trunk/KDE/kdelibs/; revision=963070 --- corona.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corona.cpp b/corona.cpp index f35729b72..8fb31f5c9 100644 --- a/corona.cpp +++ b/corona.cpp @@ -95,7 +95,7 @@ public: //FIXME this doesn't really belong here. desktop KCM maybe? //but should the shortcuts be per-app or really-global? //I don't know how to make kactioncollections use plasmarc - KAction *action = new KAction(i18n("Shortcuts..."), q); + KAction *action = new KAction(i18n("Shortcut Settings"), q); action->setIcon(KIcon("configure")); QObject::connect(action, SIGNAL(triggered()), q, SLOT(showShortcutConfig()));