shortcut for wizard
authorKonrad Rosenbaum <konrad@silmor.de>
Mon, 30 Jan 2012 08:15:37 +0000 (09:15 +0100)
committerKonrad Rosenbaum <konrad@silmor.de>
Mon, 30 Jan 2012 08:15:37 +0000 (09:15 +0100)
src/mwin/overview.cpp

index a618348..6494db0 100644 (file)
@@ -83,7 +83,7 @@ MOverview::MOverview(QString pk)
        m->addAction(tr("Change my &Password"),this,SLOT(setMyPassword()))
         ->setEnabled(req->hasRight(req->RChangeMyPassword));
        m->addSeparator();
-       m->addAction(tr("Switch to Wizard..."),this,SLOT(wizardMode()));
+       m->addAction(tr("Switch to &Wizard..."),this,SLOT(wizardMode()));
        m->addSeparator();
        m->addAction(tr("&Close Session"),this,SLOT(close()));
        //menus not connected to any specific tab...