mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-09 00:43:24 +01:00
- minor text changes for cover and banner downloading.
This commit is contained in:
parent
43e2dd50e4
commit
5c0590db56
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.3 MiB |
@ -248,8 +248,8 @@ void CMenu::_initConfigMenu()
|
|||||||
void CMenu::_textConfig(void)
|
void CMenu::_textConfig(void)
|
||||||
{
|
{
|
||||||
m_btnMgr.setText(m_configLblTitle, _t("cfg1", L"Settings"));
|
m_btnMgr.setText(m_configLblTitle, _t("cfg1", L"Settings"));
|
||||||
m_btnMgr.setText(m_configLblDownload, _t("cfg3", L"Download covers & titles"));
|
m_btnMgr.setText(m_configLblDownload, _t("cfg3", L"Download covers & banners"));
|
||||||
m_btnMgr.setText(m_configBtnDownload, _t("cfg4", L"Download"));
|
m_btnMgr.setText(m_configBtnDownload, _t("cfgc5", L"Go"));
|
||||||
m_btnMgr.setText(m_configLblParental, _t("cfg5", L"Parental control"));
|
m_btnMgr.setText(m_configLblParental, _t("cfg5", L"Parental control"));
|
||||||
m_btnMgr.setText(m_configBtnUnlock, _t("cfg6", L"Unlock"));
|
m_btnMgr.setText(m_configBtnUnlock, _t("cfg6", L"Unlock"));
|
||||||
m_btnMgr.setText(m_configBtnSetCode, _t("cfg7", L"Set code"));
|
m_btnMgr.setText(m_configBtnSetCode, _t("cfg7", L"Set code"));
|
||||||
|
@ -92,7 +92,7 @@ static void listThemes(const char * path, vector<string> &themes)
|
|||||||
closedir(d);
|
closedir(d);
|
||||||
}
|
}
|
||||||
if (!def)
|
if (!def)
|
||||||
themes.push_back("default");
|
themes.push_back("Default");
|
||||||
sort(themes.begin(), themes.end());
|
sort(themes.begin(), themes.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ cfg14=Set
|
|||||||
cfg15=Plugins
|
cfg15=Plugins
|
||||||
cfg16=Select
|
cfg16=Select
|
||||||
cfg17=Game Partitions
|
cfg17=Game Partitions
|
||||||
cfg3=Download covers & titles
|
cfg3=Download covers & banners
|
||||||
cfg4=Download
|
cfg4=Download
|
||||||
cfg5=Parental control
|
cfg5=Parental control
|
||||||
cfg6=Unlock
|
cfg6=Unlock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user