From 66f2466b96ba75bc41eb84eed1fa995b2e18e3a2 Mon Sep 17 00:00:00 2001 From: pixelma Date: Wed, 26 May 2010 05:43:59 +0000 Subject: [PATCH] Give the radio screen setting(s) in the themes menu its own language strings so they don't simply reuse 'FM Radio' as in the main menu. Rename 'Remote FM Radio' which went along with it accordingly. Distinct strings to avoid cunfusion but the change needs translators' attention. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26301 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 27 ++++++++++++++++++++++----- apps/menus/theme_menu.c | 4 ++-- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 1cf77f788..c87d39950 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -13528,20 +13528,20 @@ - id: LANG_REMOTE_FMRADIO - desc: in the main menu + id: LANG_REMOTE_RADIOSCREEN + desc: in the theme menu user: core *:none - radio_remote: "Remote FM Radio" + radio_remote: "Remote Radio Screen" *:none - radio_remote: "Remote FM Radio" + radio_remote: "Remote Radio Screen" *:none - radio_remote: "Remote FM Radio" + radio_remote: "Remote Radio Screen" @@ -13745,3 +13745,20 @@ *: "Untagged" + + id: LANG_RADIOSCREEN + desc: in the theme menu + user: core + + *:none + radio: "Radio Screen" + + + *:none + radio: "Radio Screen" + + + *:none + radio: "Radio Screen" + + diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c index aacce89e7..f2a1cd2f1 100644 --- a/apps/menus/theme_menu.c +++ b/apps/menus/theme_menu.c @@ -255,7 +255,7 @@ MENUITEM_FUNCTION(browse_sbs, MENU_FUNC_USEPARAM, browse_folder, (void*)&sbs, NULL, Icon_Wps); #if CONFIG_TUNER MENUITEM_FUNCTION(browse_fms, MENU_FUNC_USEPARAM, - ID2P(LANG_FM_RADIO), + ID2P(LANG_RADIOSCREEN), browse_folder, (void*)&fms, NULL, Icon_Wps); #endif #endif @@ -271,7 +271,7 @@ MENUITEM_FUNCTION(browse_rsbs, MENU_FUNC_USEPARAM, browse_folder, (void*)&rsbs, NULL, Icon_Wps); #if CONFIG_TUNER MENUITEM_FUNCTION(browse_rfms, MENU_FUNC_USEPARAM, - ID2P(LANG_REMOTE_FMRADIO), + ID2P(LANG_REMOTE_RADIOSCREEN), browse_folder, (void*)&rfms, NULL, Icon_Wps); #endif #endif -- 2.11.4.GIT