mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
-made "Password incorrect." translatable (cfgg25)
This commit is contained in:
parent
6713dc7784
commit
0dac7f7b27
@ -167,7 +167,7 @@ int CMenu::_config1(void)
|
|||||||
if (_code(code) && memcmp(code, m_cfg.getString("GENERAL", "parent_code", "").c_str(), 4) == 0)
|
if (_code(code) && memcmp(code, m_cfg.getString("GENERAL", "parent_code", "").c_str(), 4) == 0)
|
||||||
m_locked = false;
|
m_locked = false;
|
||||||
else
|
else
|
||||||
error(L"Password incorrect.");
|
error(_t("cfgg25",L"Password incorrect."));
|
||||||
_showConfig();
|
_showConfig();
|
||||||
}
|
}
|
||||||
else if (m_btnMgr.selected(m_configBtnSetCode))
|
else if (m_btnMgr.selected(m_configBtnSetCode))
|
||||||
|
Loading…
Reference in New Issue
Block a user