-fix for translation patches

This commit is contained in:
fledge68 2013-08-18 00:51:46 +00:00
parent fe2342e88c
commit b6e21fa196
2 changed files with 4 additions and 4 deletions

View File

@ -77,9 +77,9 @@ void CMenu::_showPaths(void)
{ {
m_btnMgr.show(m_pathsLbl4); m_btnMgr.show(m_pathsLbl4);
m_btnMgr.show(m_pathsBtn4); m_btnMgr.show(m_pathsBtn4);
m_btnMgr.setText(m_pathsLbl1, _t("cfgp1", L"Box Covers")); m_btnMgr.setText(m_pathsLbl1, _t("cfgp8", L"Box Covers"));
m_btnMgr.setText(m_pathsLbl2, _t("cfgp2", L"Flat Covers")); m_btnMgr.setText(m_pathsLbl2, _t("cfgp2", L"Flat Covers"));
m_btnMgr.setText(m_pathsLbl3, _t("cfgp3", L"Custom Banners")); m_btnMgr.setText(m_pathsLbl3, _t("cfgp9", L"Custom Banners"));
m_btnMgr.setText(m_pathsLbl4, _t("cfgp4", L"Banners Cache")); m_btnMgr.setText(m_pathsLbl4, _t("cfgp4", L"Banners Cache"));
} }
else else

View File

@ -153,9 +153,9 @@ cfgs1=Music volume
cfgs2=GUI sound volume cfgs2=GUI sound volume
cfgs3=Coverflow sound volume cfgs3=Coverflow sound volume
cfgs4=Game sound volume cfgs4=Game sound volume
cfgp1=Box Covers cfgp8=Box Covers
cfgp2=Flat Covers cfgp2=Flat Covers
cfgp3=Custom Banners cfgp9=Custom Banners
cfgp4=Banners Cache cfgp4=Banners Cache
cfgp5=Wii Games cfgp5=Wii Games
cfgp6=GC Games cfgp6=GC Games