Explorar o código

Add translation of "Current Boxcat Events"

David Marcec %!s(int64=6) %!d(string=hai) anos
pai
achega
a7fe6dc232
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      src/yuzu/configuration/configure_service.cpp

+ 2 - 3
src/yuzu/configuration/configure_service.cpp

@@ -106,10 +106,9 @@ std::pair<QString, QString> ConfigureService::BCATDownloadEvents() {
                    .arg(QString::fromStdString(key))
                    .arg(FormatEventStatusString(value));
     }
-    return {QStringLiteral("Current Boxcat Events"), std::move(out)};
+    return {tr("Current Boxcat Events"), std::move(out)};
 #else
-    return {QStringLiteral("Current Boxcat Events"),
-            tr("There are currently no events on boxcat.")};
+    return {tr("Current Boxcat Events"), tr("There are currently no events on boxcat.")};
 #endif
 }