CVS_SILENT i18n style guide fix
svn path=/trunk/kdebase/kwin/; revision=256501
This commit is contained in:
parent
13037237fc
commit
30d013ce07
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ KAdvancedConfig::KAdvancedConfig (bool _standAlone, KConfig *_config, QWidget *p
|
|||
lay->addWidget(electricBox);
|
||||
|
||||
QHBoxLayout* focusStealingLayout = new QHBoxLayout( this, KDialog::marginHint(), KDialog::spacingHint());
|
||||
QLabel* focusStealingLabel = new QLabel( i18n( "Focus Stealing Prevention Level:" ), this );
|
||||
QLabel* focusStealingLabel = new QLabel( i18n( "Focus stealing prevention level:" ), this );
|
||||
focusStealing = new QComboBox( this );
|
||||
focusStealing->insertItem( i18n( "Focus Stealing Prevention Level", "None" ));
|
||||
focusStealing->insertItem( i18n( "Focus Stealing Prevention Level", "Low" ));
|
||||
|
|
Loading…
Reference in a new issue