UI string: Configure Current Profile ==> Edit Current Profile

Now we use the same word in the "Settings" menu and the "Manage
Profiles" dialog.
wilder-portage
Jekyll Wu 14 years ago
parent 38e6f89e4a
commit 4c374c889f
  1. 2
      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);

Loading…
Cancel
Save