Model editor: Fix capitalization of UI text

Change-Id: If4d7b569823cf5ff7f82c6fde253f039efceb017
Reviewed-by: Jochen Becher <jochen_becher@gmx.de>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2016-04-05 14:43:10 +02:00
parent b7d8d9ba3a
commit 420d9548db

View File

@@ -65,7 +65,7 @@ void ExtPropertiesMView::visitMPackage(const qmt::MPackage *package)
return edit->text().isEmpty() || m_configPath->defaultValidationFunction()(edit, errorMessage);
});
m_configPath->setInitialBrowsePathBackup(QFileInfo(project->fileName()).absolutePath());
addRow(tr("Config Path:"), m_configPath, "configpath");
addRow(tr("Config path:"), m_configPath, "configpath");
connect(m_configPath, &Utils::PathChooser::pathChanged,
this, &ExtPropertiesMView::onConfigPathChanged);
}