this, search( QString ) );
QDialogButtonBox *box = new QDialogButtonBox;
- QPushButton *okButton = new QPushButton( "ok", this );
+ QPushButton *okButton = new QPushButton( qtr( "&Close" ), this );
box->addButton( okButton, QDialogButtonBox::AcceptRole );
layout->addWidget( box, 2, 2 );