Minor proof-reading change: AllDesktops needs to be two words.
svn path=/trunk/KDE/kdebase/workspace/; revision=1050039
This commit is contained in:
parent
8fee828536
commit
bc0919d485
1 changed files with 1 additions and 1 deletions
|
@ -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") ) );
|
||||
|
|
Loading…
Reference in a new issue