forked from qt-creator/qt-creator
Project Explorer: Fix UI text capitalization and writing style
Change-Id: I0b79513fe71055e38091e3567269e7a729190267 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -127,7 +127,7 @@ void BuildDirectoryAspect::updateProblemLabel()
|
||||
|
||||
SeparateDebugInfoAspect::SeparateDebugInfoAspect()
|
||||
{
|
||||
setDisplayName(tr("Separate Debug Info:"));
|
||||
setDisplayName(tr("Separate debug info:"));
|
||||
setSettingsKey("SeparateDebugInfo");
|
||||
setSetting(ProjectExplorerPlugin::buildPropertiesSettings().separateDebugInfo);
|
||||
}
|
||||
|
@@ -3631,7 +3631,7 @@ void ProjectExplorerPluginPrivate::removeFile()
|
||||
|
||||
const QMessageBox::StandardButton reply = QMessageBox::question(
|
||||
Core::ICore::dialogParent(), tr("Remove More Files?"),
|
||||
tr("Would you like to remove these files as well?\n %1")
|
||||
tr("Remove these files as well?\n %1")
|
||||
.arg(Utils::transform<QStringList>(siblings, [](const NodeAndPath &np) {
|
||||
return np.second.toFileInfo().fileName();
|
||||
}).join("\n ")));
|
||||
|
Reference in New Issue
Block a user