diff --git a/launcher/tasks/Task.cpp b/launcher/tasks/Task.cpp index b01b2491c..a54b4e7c2 100644 --- a/launcher/tasks/Task.cpp +++ b/launcher/tasks/Task.cpp @@ -131,7 +131,7 @@ void Task::emitAborted() return; } m_state = State::AbortedByUser; - m_failReason = "Aborted."; + m_failReason = tr("Aborted"); if (m_show_debug) qCDebug(taskLogC) << "Task" << describe() << "aborted."; emit aborted();