diff options
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++ ); } |