Skip to content
Snippets Groups Projects
Commit a7fe6dc2 authored by David Marcec's avatar David Marcec
Browse files

Add translation of "Current Boxcat Events"

parent c7ed7d94
No related branches found
No related tags found
No related merge requests found
...@@ -106,10 +106,9 @@ std::pair<QString, QString> ConfigureService::BCATDownloadEvents() { ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment