Index: apps/radio/radio_skin.c
===================================================================
--- apps/radio/radio_skin.c	(revision 26249)
+++ apps/radio/radio_skin.c	(working copy)
@@ -45,14 +45,14 @@
 
     if (!success ) /* load the default */
     {  
-        const char default_fms[] =  "%Sx|Station:| %tf\n"
+        const char default_fms[] =  "%s%?Ti<%Ti. |>%?Tn<%Tn|%Tf>\n"
+                                    "%Sx|Station:| %tf MHz\n"
                                     "%?ts<%Sx|Stereo||%Sx|Mono|>\n"
-                                    "%?tm<%Sx|Mode:| %Sx|Scan||%Sx|Preset|: %Ti. %?Tn<%Tn|%Tf>>\n"
-                                    "%pb\n"           
+                                    "%Sx|Mode:| %?tm<%Sx|Scan||%Sx|Preset|>\n"
 #if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR)
-                                    "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|"
-                                    "%?St|prerecording time|<%Sx|Prerecord Time| %Rs|%pm>>\n"
-#endif 	 
+                                    "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|%?St|prerecording time|<%pm|%Sx|Prerecord Time| %Rs>>\n"
+#endif
+                                    "%pb\n"
 #ifdef HAVE_RDS_CAP
                                     "\n%s%ty\n"
                                     "%s%tz\n"
Index: apps/lang/english.lang
===================================================================
--- apps/lang/english.lang	(revision 26249)
+++ apps/lang/english.lang	(working copy)
@@ -13528,20 +13528,20 @@
   </voice>
 </phrase>
 <phrase>
-  id: LANG_REMOTE_FMRADIO
-  desc: in the main menu
+  id: LANG_REMOTE_RADIOSCREEN
+  desc: in the theme menu
   user: core
   <source>
     *:none
-    radio_remote: "Remote FM Radio"
+    radio_remote: "Remote Radio Screen"
   </source>
   <dest>
     *:none
-    radio_remote: "Remote FM Radio"
+    radio_remote: "Remote Radio Screen"
   </dest>
   <voice>
     *:none
-    radio_remote: "Remote FM Radio"
+    radio_remote: "Remote Radio Screen"
   </voice>
 </phrase>
 <phrase>
@@ -13745,3 +13745,20 @@
     *: "Untagged"
   </voice>
 </phrase>
+<phrase>
+  id: LANG_RADIOSCREEN
+  desc: in the theme menu
+  user: core
+  <source>
+    *:none
+    radio: "Radio Screen"
+  </source>
+  <dest>
+    *:none
+    radio: "Radio Screen"
+  </dest>
+  <voice>
+    *:none
+    radio: "Radio Screen"
+  </voice>
+</phrase>
Index: apps/menus/theme_menu.c
===================================================================
--- apps/menus/theme_menu.c	(revision 26249)
+++ apps/menus/theme_menu.c	(working copy)
@@ -255,7 +255,7 @@
         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 @@
         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
