From 7e4a88a1449abf3d4833f52a0149cee19271cb2a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 28 Jul 2024 14:24:32 +0200 Subject: [PATCH] Changed one translation --- es-app/src/guis/GuiMenu.cpp | 2 +- locale/es-de.pot | 2 +- locale/po/en_GB.po | 4 ++-- locale/po/en_US.po | 4 ++-- locale/po/sv_SE.po | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index f2149134b..37903d1bb 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -647,7 +647,7 @@ void GuiMenu::openUIOptions() getHelpStyle(), _("MENU COLOR SCHEME"), false); const std::string selectedMenuColor {Settings::getInstance()->getString("MenuColorScheme")}; menuColorScheme->add(_("DARK"), "dark", selectedMenuColor == "dark"); - menuColorScheme->add(_("DARK WITH RED"), "darkred", selectedMenuColor == "darkred"); + menuColorScheme->add(_("DARK AND RED"), "darkred", selectedMenuColor == "darkred"); menuColorScheme->add(_("LIGHT"), "light", selectedMenuColor == "light"); // If there are no objects returned, then there must be a manually modified entry in the // configuration file. Simply set the menu color scheme to "dark" in this case. diff --git a/locale/es-de.pot b/locale/es-de.pot index b4088ef19..50d64c106 100644 --- a/locale/es-de.pot +++ b/locale/es-de.pot @@ -335,7 +335,7 @@ msgstr "" msgid "DARK" msgstr "" -msgid "DARK WITH RED" +msgid "DARK AND RED" msgstr "" msgid "LIGHT" diff --git a/locale/po/en_GB.po b/locale/po/en_GB.po index 6139f2a94..01820b1bb 100644 --- a/locale/po/en_GB.po +++ b/locale/po/en_GB.po @@ -335,8 +335,8 @@ msgstr "MENU COLOR SCHEME" msgid "DARK" msgstr "DARK" -msgid "DARK WITH RED" -msgstr "DARK WITH RED" +msgid "DARK AND RED" +msgstr "DARK AND RED" msgid "LIGHT" msgstr "LIGHT" diff --git a/locale/po/en_US.po b/locale/po/en_US.po index ecd36c6f5..a39e11942 100644 --- a/locale/po/en_US.po +++ b/locale/po/en_US.po @@ -335,8 +335,8 @@ msgstr "MENU COLOR SCHEME" msgid "DARK" msgstr "DARK" -msgid "DARK WITH RED" -msgstr "DARK WITH RED" +msgid "DARK AND RED" +msgstr "DARK AND RED" msgid "LIGHT" msgstr "LIGHT" diff --git a/locale/po/sv_SE.po b/locale/po/sv_SE.po index 09472fb3a..16dfa1ed7 100644 --- a/locale/po/sv_SE.po +++ b/locale/po/sv_SE.po @@ -335,8 +335,8 @@ msgstr "MENY FÄRGSCHEMA" msgid "DARK" msgstr "MÖRKT" -msgid "DARK WITH RED" -msgstr "MÖRKT MED RÖTT" +msgid "DARK AND RED" +msgstr "MÖRKT OCH RÖTT" msgid "LIGHT" msgstr "LJUST"