mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Add missing translation arg
This commit is contained in:
parent
ed35e95f9e
commit
67fa840766
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ void Patcher::processPatch(const QueuedPatch &patch)
|
|||
|
||||
if (!res) {
|
||||
qFatal(ASTRA_PATCHER) << "Failed to install" << patch.path << "to" << (isBoot() ? QStringLiteral("boot") : patch.repository);
|
||||
Q_EMIT m_launcher.miscError(i18n("Patch %1 failed to apply. The game is now in an invalid state and must be immediately repaired."));
|
||||
Q_EMIT m_launcher.miscError(i18n("Patch %1 failed to apply. The game is now in an invalid state and must be immediately repaired.", patch.name));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue