forked from qt-creator/qt-creator
ClangTools: Fix placeholder in tr()
Change-Id: I90727287ebdbe12b8e422e7e91adc9f3e5abafbd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -1208,7 +1208,7 @@ void ClangTool::updateForCurrentState()
|
||||
// Info bar: diagnostic stats
|
||||
QString diagText;
|
||||
if (issuesFound) {
|
||||
diagText = tr("%1 diagnostics. %2 fixits, %4 selected.")
|
||||
diagText = tr("%1 diagnostics. %2 fixits, %3 selected.")
|
||||
.arg(issuesVisible)
|
||||
.arg(m_diagnosticFilterModel->fixitsScheduable())
|
||||
.arg(m_diagnosticFilterModel->fixitsScheduled());
|
||||
|
Reference in New Issue
Block a user