From 4c374c889fb16a77c06a918949068671fbbe39ef Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Mon, 27 Feb 2012 21:40:37 +0800 Subject: [PATCH] UI string: Configure Current Profile ==> Edit Current Profile Now we use the same word in the "Settings" menu and the "Manage Profiles" dialog. --- src/SessionController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SessionController.cpp b/src/SessionController.cpp index d5d12d00..d1096900 100644 --- a/src/SessionController.cpp +++ b/src/SessionController.cpp @@ -561,7 +561,7 @@ void SessionController::setupActions() // Profile Options action = collection->addAction("edit-current-profile", this, SLOT(editCurrentProfile())); - action->setText(i18n("Configure Current Profile...")); + action->setText(i18n("Edit Current Profile...")); action->setIcon(KIcon("document-properties")); _switchProfileMenu = new KActionMenu(i18n("Switch Profile"), _view);