Minor proof-reading change: AllDesktops needs to be two words.

svn path=/trunk/KDE/kdebase/workspace/; revision=1050039
This commit is contained in:
Andrew Coles 2009-11-16 13:28:50 +00:00
parent 8fee828536
commit bc0919d485

View file

@ -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") ) );