Add missing i18n

svn path=/trunk/KDE/kdebase/workspace/; revision=1014902
This commit is contained in:
Laurent Montel 2009-08-24 07:33:05 +00:00
parent 8106a50309
commit 39a2da7219

View file

@ -73,7 +73,7 @@ namespace Nitrogen
// left box for comboboxes
QGroupBox* box;
hboxLayout->addWidget( box = new QGroupBox( "Layout", this ) );
hboxLayout->addWidget( box = new QGroupBox( i18n("Layout"), this ) );
QGridLayout* gridLayout = new QGridLayout();
gridLayout->setSpacing(6);
box->setLayout( gridLayout );
@ -146,7 +146,7 @@ namespace Nitrogen
label->setBuddy( blendColor );
// right is for checkboxes
hboxLayout->addWidget( box = new QGroupBox( "Flags", this ) );
hboxLayout->addWidget( box = new QGroupBox( i18n("Flags"), this ) );
QVBoxLayout* vboxLayout = new QVBoxLayout();
box->setLayout( vboxLayout );