mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: use translated "Aborted"
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
7bcd2dd768
commit
f085a0ef25
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue