mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-25 03:11:58 +01:00
-minor change in language
This commit is contained in:
parent
fa5ac0c23f
commit
8816c91fa1
@ -247,7 +247,7 @@ void CMenu::_initSystemMenu(CMenu::SThemeData &theme)
|
|||||||
|
|
||||||
void CMenu::_textSystem(void)
|
void CMenu::_textSystem(void)
|
||||||
{
|
{
|
||||||
m_btnMgr.setText(m_systemLblTitle, _t("sys1", L"UPDATE WIIFLOW"));
|
m_btnMgr.setText(m_systemLblTitle, _t("sys1", L"Update WiiFlow"));
|
||||||
m_btnMgr.setText(m_systemLblVersionTxt, _t("sys2", L"WiiFlow Version:"));
|
m_btnMgr.setText(m_systemLblVersionTxt, _t("sys2", L"WiiFlow Version:"));
|
||||||
m_btnMgr.setText(m_systemLblVersion, wfmt(L"v%s r%s", APP_VERSION, SVN_REV).c_str());
|
m_btnMgr.setText(m_systemLblVersion, wfmt(L"v%s r%s", APP_VERSION, SVN_REV).c_str());
|
||||||
m_btnMgr.setText(m_systemBtnBack, _t("sys3", L"Cancel"));
|
m_btnMgr.setText(m_systemBtnBack, _t("sys3", L"Cancel"));
|
||||||
|
Loading…
Reference in New Issue
Block a user