forked from qt-creator/qt-creator
Clang Tools: Fix UI text capitalization
Change-Id: I2466706699b82cdcd41e285aa68185eabd4bbb40 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -472,7 +472,7 @@ ClangTool::ClangTool()
|
||||
// Load diagnostics from file
|
||||
action = new QAction(this);
|
||||
action->setIcon(Utils::Icons::OPENFILE_TOOLBAR.icon());
|
||||
action->setToolTip(tr("Load Diagnostics from YAML Files exported with \"-export-fixes\"."));
|
||||
action->setToolTip(tr("Load diagnostics from YAML files exported with \"-export-fixes\"."));
|
||||
connect(action, &QAction::triggered, this, &ClangTool::loadDiagnosticsFromFiles);
|
||||
m_loadExported = action;
|
||||
|
||||
|
Reference in New Issue
Block a user