From kde-commits Thu May 03 13:00:13 2007 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 03 May 2007 13:00:13 +0000 To: kde-commits Subject: branches/work/suse_kickoff_qstyle/kicker/kicker/ui Message-Id: <1178197213.044859.10556.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117819722225560 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);