mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
-fix for translation patches
This commit is contained in:
parent
fe2342e88c
commit
b6e21fa196
@ -77,9 +77,9 @@ void CMenu::_showPaths(void)
|
||||
{
|
||||
m_btnMgr.show(m_pathsLbl4);
|
||||
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_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"));
|
||||
}
|
||||
else
|
||||
|
@ -153,9 +153,9 @@ cfgs1=Music volume
|
||||
cfgs2=GUI sound volume
|
||||
cfgs3=Coverflow sound volume
|
||||
cfgs4=Game sound volume
|
||||
cfgp1=Box Covers
|
||||
cfgp8=Box Covers
|
||||
cfgp2=Flat Covers
|
||||
cfgp3=Custom Banners
|
||||
cfgp9=Custom Banners
|
||||
cfgp4=Banners Cache
|
||||
cfgp5=Wii Games
|
||||
cfgp6=GC Games
|
||||
|
Loading…
Reference in New Issue
Block a user