summaryrefslogtreecommitdiffstats
path: root/apps/menus/main_menu.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-02-08 11:12:22 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-02-08 11:12:22 +0000
commit9bb864b82ae6ebf7e1fd29cae84db3ee8b2f048f (patch)
tree9d8ad1462df9b7ea41c1620003078d980f040be9 /apps/menus/main_menu.c
parent217ad16850e17ebce914af790eb1d31b818eaadb (diff)
downloadrockbox-9bb864b82ae6ebf7e1fd29cae84db3ee8b2f048f.tar.gz
rockbox-9bb864b82ae6ebf7e1fd29cae84db3ee8b2f048f.zip
unstatic the string buffer, fix the recording setting lang, change the
menu title... aparently im the only one who thinks it should match the logo... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12233 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menus/main_menu.c')
-rw-r--r--apps/menus/main_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index e830f4bbc7..daceaa4118 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -87,7 +87,7 @@ MENUITEM_FUNCTION(do_shutdown_item, ID2P(LANG_SHUTDOWN), do_shutdown, NULL);
/* NOTE: This title will be translatable once we decide what to call this menu
when the root menu comes in... hopefully in the next few days */
-MAKE_MENU(main_menu_, "ROCKbox Main Menu", NULL,
+MAKE_MENU(main_menu_, "Rockbox Main Menu", NULL,
&mrb_bookmarks, &sound_settings,
&settings_menu_item, &manage_settings_menu_item, &browse_themes,
#ifdef CONFIG_TUNER