From c5fbaf4587abdeea6a3cddd8b5379b35eac14e61 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Wed, 26 May 2010 05:43:59 +0000 Subject: 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/menus/theme_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/menus/theme_menu.c') diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c index aacce89e74..f2a1cd2f17 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 -- cgit v1.2.3