mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Added a missing translation
This commit is contained in:
parent
5b35a6ac91
commit
d5b075b4d8
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue