forked from qt-creator/qt-creator
Utils: Use multi-arg for strings
Change-Id: I57d87b8f0435c7b304c484ad4d728b59780f212d Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -399,7 +399,7 @@ void TerminalImpl::start()
|
||||
if (!d->m_process.waitForStarted()) {
|
||||
const QString msg = QtcProcess::tr("Cannot start the terminal emulator \"%1\", change the "
|
||||
"setting in the Environment preferences. (%2)")
|
||||
.arg(terminal.command).arg(d->m_process.errorString());
|
||||
.arg(terminal.command, d->m_process.errorString());
|
||||
cleanupAfterStartFailure(msg);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user