NOISSUE Fix string formatting issues

This allows translations to have more control over the output :)
This commit is contained in:
Jamie Mansfield
2021-04-08 18:46:22 +01:00
parent 64617201b0
commit 524fc5b6ec
3 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@ void PackInstallTask::executeTask()
}
if(!found) {
emitFailed("failed to find pack version " + m_version_name);
emitFailed(tr("Failed to find pack version %1").arg(m_version_name));
return;
}