SVN commit 660697 by lunakl: Plain restart boots the default system, not necessarily the one running. (b.n.c #230612) M +1 -1 k_new_mnu.cpp --- branches/work/suse_kickoff_qstyle/kicker/kicker/ui/k_new_mnu.cpp #660696:660697 @@ -1315,7 +1315,7 @@ i18n( "Turn off computer" ), "kicker:/shutdown", nId++, index++ ); m_exitView->leftView()->insertItem( "reload", i18n( "&Restart Computer" ).replace("&",""), - i18n( "Restart and boot this system" ), + i18n( "Restart and boot the default system" ), "kicker:/restart", nId++, index++ ); insertSuspendOption(nId, index);