diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-04 00:41:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-04 00:41:37 +0900 |
commit | 2228191a50814f249b6257adf8c78ec844412435 (patch) | |
tree | baa167e853692234e4cd933194dc30d65a62a672 /kicker | |
parent | b854e365affbc01f61f6a3f58347847437883953 (diff) | |
download | tdebase-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')
-rw-r--r-- | kicker/kicker/ui/k_new_mnu.cpp | 2 |
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++ ); } |