-made "Password incorrect." translatable (cfgg25)

This commit is contained in:
fix94.1 2012-01-26 21:22:16 +00:00
parent 6713dc7784
commit 0dac7f7b27

View File

@ -167,7 +167,7 @@ int CMenu::_config1(void)
if (_code(code) && memcmp(code, m_cfg.getString("GENERAL", "parent_code", "").c_str(), 4) == 0)
m_locked = false;
else
error(L"Password incorrect.");
error(_t("cfgg25",L"Password incorrect."));
_showConfig();
}
else if (m_btnMgr.selected(m_configBtnSetCode))