- minor text changes for cover and banner downloading.

This commit is contained in:
Fledge68 2018-12-12 18:16:42 -06:00
parent 43e2dd50e4
commit 5c0590db56
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

View File

@ -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"));

View File

@ -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());
} }

View File

@ -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