Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 9e8230873ca69f393e5304ceb1afeac2 > files > 21

kdebase4-workspace-4.2.4-0.6mdv2009.0.src.rpm

# 
# SVN commit 912668 by asouza:
#
# Fix the differences between kickoff labels and ksmserver
#
# Update the labels but keep 'Shutdown' in kickoff menu. The
# approach here seems to give a "one word" description of the
# action and a little label with a phrase explaining the action
# in kickoff menu, and the same phrase in ksmserver dialog.
# 
# So no need to change the word 'Shutdown' in this menu, but
# synced all other 'explaining phrases'.
#
# BUG:179563
#

--- workspace/plasma/applets/kickoff/core/leavemodel.cpp  2009/01/18 00:15:20 912667
+++ workspace/plasma/applets/kickoff/core/leavemodel.cpp  2009/01/18 00:15:20 912668
@@ -60,11 +60,11 @@
     } else if (basename == "shutdown") {
         item->setText(i18n("Shutdown"));
         item->setIcon(KIcon("system-shutdown"));
-        item->setData(i18n("Turn off the computer"), Kickoff::SubTitleRole);
+        item->setData(i18n("Turn off computer"), Kickoff::SubTitleRole);
     } else if (basename == "restart") {
-        item->setText(i18nc("Restart the computer", "Restart"));
+        item->setText(i18nc("Restart the computer", "Restart"));
         item->setIcon(KIcon("system-restart"));
-        item->setData(i18n("Restart the computer"), Kickoff::SubTitleRole);
+        item->setData(i18n("Restart the computer"), Kickoff::SubTitleRole);
     } else if (basename == "savesession") {
         item->setText(i18n("Save Session"));
         item->setIcon(KIcon("document-save"));