diff options
Diffstat (limited to 'api/logic/launch/steps/Update.cpp')
-rw-r--r-- | api/logic/launch/steps/Update.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/launch/steps/Update.cpp b/api/logic/launch/steps/Update.cpp index 65f24391..28bd153d 100644 --- a/api/logic/launch/steps/Update.cpp +++ b/api/logic/launch/steps/Update.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2018 MultiMC Contributors +/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ void Update::updateFinished() } else { - QString reason = tr("Instance update failed because: %1.\n\n").arg(m_updateTask->failReason()); + QString reason = tr("Instance update failed because: %1\n\n").arg(m_updateTask->failReason()); m_updateTask.reset(); emit logLine(reason, MessageLevel::Fatal); emitFailed(reason); |