diff --git a/launcher/src/patcher.cpp b/launcher/src/patcher.cpp index 13cc447..f3fed67 100644 --- a/launcher/src/patcher.cpp +++ b/launcher/src/patcher.cpp @@ -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; }