Add missing i18n
svn path=/trunk/KDE/kdebase/workspace/; revision=1014902
This commit is contained in:
parent
8106a50309
commit
39a2da7219
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ namespace Nitrogen
|
||||||
|
|
||||||
// left box for comboboxes
|
// left box for comboboxes
|
||||||
QGroupBox* box;
|
QGroupBox* box;
|
||||||
hboxLayout->addWidget( box = new QGroupBox( "Layout", this ) );
|
hboxLayout->addWidget( box = new QGroupBox( i18n("Layout"), this ) );
|
||||||
QGridLayout* gridLayout = new QGridLayout();
|
QGridLayout* gridLayout = new QGridLayout();
|
||||||
gridLayout->setSpacing(6);
|
gridLayout->setSpacing(6);
|
||||||
box->setLayout( gridLayout );
|
box->setLayout( gridLayout );
|
||||||
|
@ -146,7 +146,7 @@ namespace Nitrogen
|
||||||
label->setBuddy( blendColor );
|
label->setBuddy( blendColor );
|
||||||
|
|
||||||
// right is for checkboxes
|
// right is for checkboxes
|
||||||
hboxLayout->addWidget( box = new QGroupBox( "Flags", this ) );
|
hboxLayout->addWidget( box = new QGroupBox( i18n("Flags"), this ) );
|
||||||
QVBoxLayout* vboxLayout = new QVBoxLayout();
|
QVBoxLayout* vboxLayout = new QVBoxLayout();
|
||||||
box->setLayout( vboxLayout );
|
box->setLayout( vboxLayout );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue