diff --git a/source/menu/menu_config_game.cpp b/source/menu/menu_config_game.cpp index adbed0c6..cce2b9ff 100644 --- a/source/menu/menu_config_game.cpp +++ b/source/menu/menu_config_game.cpp @@ -824,7 +824,7 @@ void CMenu::_textGameSettings(void) m_btnMgr.setText(m_gameSettingsLblEmulation, _t("cfgg24", L"Savegame Emulation")); m_btnMgr.setText(m_gameSettingsLblIOSreloadBlock, _t("cfgg26", L"Disable IOS Reload block")); m_btnMgr.setText(m_gameSettingsLblAspectRatio, _t("cfgg27", L"Aspect Ratio")); - m_btnMgr.setText(m_gameSettingsLblCustom, _t("cfgg28", L"Custom")); + m_btnMgr.setText(m_gameSettingsLblCustom, _t("custom", L"Custom")); for (int i = 1; i < 12; ++i) m_btnMgr.setText(m_gameSettingsLblCategory[i], m_cat.getWString("GENERAL", fmt("cat%d",i), wfmt(L"Category %i",i).c_str())); }