Added a missing translation

This commit is contained in:
Leon Styhre 2024-07-24 17:18:09 +02:00
parent 5b35a6ac91
commit d5b075b4d8

View file

@ -804,7 +804,7 @@ void GuiScraperMenu::openOtherOptions()
// Scraper region.
auto scraperRegion =
std::make_shared<OptionListComponent<std::string>>(getHelpStyle(), "REGION", false);
std::make_shared<OptionListComponent<std::string>>(getHelpStyle(), _("REGION"), false);
std::string selectedScraperRegion {Settings::getInstance()->getString("ScraperRegion")};
// clang-format off
scraperRegion->add(_("EUROPE"), "eu", selectedScraperRegion == "eu");