forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.0'
Conflicts: src/plugins/qmldesigner/components/formeditor/anchorindicatorgraphicsitem.cpp src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp src/plugins/qmlprofiler/qmlprofilertraceview.cpp Change-Id: I778a0c2d0f1b4f799caaa2c2cc5daf94ec7ca352
This commit is contained in:
@@ -487,11 +487,11 @@ void BlackBerryInstallWizardFinalPage::initializePage()
|
||||
return;
|
||||
}
|
||||
|
||||
label->setText(tr("Target is being added.").arg(m_data.ndkPath));
|
||||
label->setText(tr("Target %1 is being added.").arg(m_data.ndkPath));
|
||||
emit done();
|
||||
return;
|
||||
} else {
|
||||
label->setText(tr("Target is already added.").arg(m_data.ndkPath));
|
||||
label->setText(tr("Target %1 is already added.").arg(m_data.ndkPath));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user