From bc0919d48582bb8341f6048086ecc7fd8857f106 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Mon, 16 Nov 2009 13:28:50 +0000 Subject: [PATCH] Minor proof-reading change: AllDesktops needs to be two words. svn path=/trunk/KDE/kdebase/workspace/; revision=1050039 --- clients/tabstrip/tabstripdecoration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tabstrip/tabstripdecoration.cpp b/clients/tabstrip/tabstripdecoration.cpp index 82bace1b09..596858593a 100644 --- a/clients/tabstrip/tabstripdecoration.cpp +++ b/clients/tabstrip/tabstripdecoration.cpp @@ -65,7 +65,7 @@ KCommonDecorationButton *TabstripDecoration::createButton( ButtonType type ) return ( new TabstripButton( type, this, i18n("Menu") ) ); break; case OnAllDesktopsButton: - return ( new TabstripButton( type, this, i18n("AllDesktops") ) ); + return ( new TabstripButton( type, this, i18n("All Desktops") ) ); break; case AboveButton: return ( new TabstripButton( type, this, i18n("Above") ) );