UI text - fix capitalization

This commit is contained in:
Leena Miettinen
2010-09-17 11:08:52 +02:00
parent 213051555f
commit 224b43034c
7 changed files with 9 additions and 9 deletions

View File

@@ -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)));
}