forked from qt-creator/qt-creator
Clarify project setup dialog.
Task-Nr: QTCREATORBUG-4079
This commit is contained in:
@@ -345,7 +345,7 @@ Qt4DefaultTargetSetupWidget::Qt4DefaultTargetSetupWidget(Qt4BaseTargetFactory *f
|
|||||||
|
|
||||||
m_importLineLayout = new QHBoxLayout();
|
m_importLineLayout = new QHBoxLayout();
|
||||||
m_importLineLabel = new QLabel();
|
m_importLineLabel = new QLabel();
|
||||||
m_importLineLabel->setText(tr("Import build from:"));
|
m_importLineLabel->setText(tr("Add build from:"));
|
||||||
m_importLineLayout->addWidget(m_importLineLabel);
|
m_importLineLayout->addWidget(m_importLineLabel);
|
||||||
|
|
||||||
m_importLinePath = new Utils::PathChooser();
|
m_importLinePath = new Utils::PathChooser();
|
||||||
|
|||||||
Reference in New Issue
Block a user