NOISSUE Fix string formatting issues
This allows translations to have more control over the output :)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user