forked from qt-creator/qt-creator
UI text - fix capitalization
This commit is contained in:
@@ -495,7 +495,7 @@ GenericBuildSettingsWidget::GenericBuildSettingsWidget(GenericProject *project)
|
||||
}
|
||||
|
||||
toolChainChooser->setCurrentIndex(selectedIndex);
|
||||
fl->addRow(tr("Tool Chain:"), toolChainChooser);
|
||||
fl->addRow(tr("Tool chain:"), toolChainChooser);
|
||||
connect(toolChainChooser, SIGNAL(activated(int)), this, SLOT(toolChainSelected(int)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user