From b6e21fa1962790a55b6c844c012495db56a39682 Mon Sep 17 00:00:00 2001 From: fledge68 Date: Sun, 18 Aug 2013 00:51:46 +0000 Subject: [PATCH] -fix for translation patches --- source/menu/menu_paths.cpp | 4 ++-- wii/wiiflow/Languages/english.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/menu/menu_paths.cpp b/source/menu/menu_paths.cpp index 21cc317e..f171737a 100644 --- a/source/menu/menu_paths.cpp +++ b/source/menu/menu_paths.cpp @@ -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 diff --git a/wii/wiiflow/Languages/english.ini b/wii/wiiflow/Languages/english.ini index 5c04526d..9bda9fa3 100644 --- a/wii/wiiflow/Languages/english.ini +++ b/wii/wiiflow/Languages/english.ini @@ -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