Clang: Fix menu button text capitalization

Change-Id: I771cbaebbb801665e96cc3d6ea337ebe15872803
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-08-20 09:21:19 +02:00
parent 9f60cdcdaa
commit 5077bf379d

View File

@@ -119,8 +119,8 @@ void ClangCodeModelPlugin::createCompilationDBButton()
Core::ActionManager::actionContainer(ProjectExplorer::Constants::M_BUILDPROJECT); Core::ActionManager::actionContainer(ProjectExplorer::Constants::M_BUILDPROJECT);
// generate compile_commands.json // generate compile_commands.json
m_generateCompilationDBAction = new ::Utils::ParameterAction( m_generateCompilationDBAction = new ::Utils::ParameterAction(
tr("Generate compilation database"), tr("Generate Compilation Database"),
tr("Generate compilation database for \"%1\""), tr("Generate Compilation Database for \"%1\""),
::Utils::ParameterAction::AlwaysEnabled, this); ::Utils::ParameterAction::AlwaysEnabled, this);
ProjectExplorer::Project *startupProject = ProjectExplorer::SessionManager::startupProject(); ProjectExplorer::Project *startupProject = ProjectExplorer::SessionManager::startupProject();