Fix wrong names in the UI

Change-Id: I6635b3a91eed4d34bb477aaeac37709e15059e06
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Marco Bubke
2012-04-17 14:24:05 +02:00
parent 6808719962
commit 56cf850b21
5 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ MimeTypeMagicDialog::MimeTypeMagicDialog(QWidget *parent) :
QDialog(parent)
{
ui.setupUi(this);
setWindowTitle(tr("Magic Header"));
setWindowTitle(tr("Add Magic Header"));
connect(ui.useRecommendedGroupBox, SIGNAL(clicked(bool)),
this, SLOT(applyRecommended(bool)));
connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(validateAccept()));