Add translation of "Current Boxcat Events"
This commit is contained in:
parent
c7ed7d9427
commit
a7fe6dc232
1 changed files with 2 additions and 3 deletions
|
@ -106,10 +106,9 @@ std::pair<QString, QString> ConfigureService::BCATDownloadEvents() {
|
||||||
.arg(QString::fromStdString(key))
|
.arg(QString::fromStdString(key))
|
||||||
.arg(FormatEventStatusString(value));
|
.arg(FormatEventStatusString(value));
|
||||||
}
|
}
|
||||||
return {QStringLiteral("Current Boxcat Events"), std::move(out)};
|
return {tr("Current Boxcat Events"), std::move(out)};
|
||||||
#else
|
#else
|
||||||
return {QStringLiteral("Current Boxcat Events"),
|
return {tr("Current Boxcat Events"), tr("There are currently no events on boxcat.")};
|
||||||
tr("There are currently no events on boxcat.")};
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue