summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/k_new_mnu.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-11-04 00:41:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-11-04 00:41:37 +0900
commit2228191a50814f249b6257adf8c78ec844412435 (patch)
treebaa167e853692234e4cd933194dc30d65a62a672 /kicker/kicker/ui/k_new_mnu.cpp
parentb854e365affbc01f61f6a3f58347847437883953 (diff)
downloadtdebase-2228191a50814f249b6257adf8c78ec844412435.tar.gz
tdebase-2228191a50814f249b6257adf8c78ec844412435.zip
Renamed Sleep to Suspend, following discussion on a more consistent naming convention for shutdown actions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kicker/kicker/ui/k_new_mnu.cpp')
-rw-r--r--kicker/kicker/ui/k_new_mnu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/ui/k_new_mnu.cpp b/kicker/kicker/ui/k_new_mnu.cpp
index fb13a9067..de97b592b 100644
--- a/kicker/kicker/ui/k_new_mnu.cpp
+++ b/kicker/kicker/ui/k_new_mnu.cpp
@@ -3872,7 +3872,7 @@ void KMenu::insertSuspendOption( int &nId, int &index )
if ( suspend_ram && !disableSuspend ) {
m_exitView->leftView()->insertItem(
"suspend2ram",
- i18n( "Sleep" ),
+ i18n( "Suspend" ),
i18n( "Suspend to RAM" ),
"kicker:/suspend_ram", nId++, index++ );
}