mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
NOISSUE Fix string formatting issues
This allows translations to have more control over the output :)
This commit is contained in:
parent
64617201b0
commit
524fc5b6ec
3 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue