1
0
Fork 0
forked from len0rd/rockbox

Changed lang message for credits item in Rockbox Mainmenu/System and updated italian translation.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19699 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alessio Lenzi 2009-01-06 16:53:44 +00:00
parent 4add1af763
commit a1a287905b
2 changed files with 19 additions and 5 deletions

View file

@ -440,7 +440,7 @@ MENUITEM_FUNCTION(sleep_timer_call, 0, ID2P(LANG_SLEEP_TIMER), sleep_timer,
NULL, NULL, Icon_Menu_setting); /* make it look like a
setting to the user */
MENUITEM_FUNCTION(show_credits_item, 0, ID2P(LANG_VERSION),
MENUITEM_FUNCTION(show_credits_item, 0, ID2P(LANG_CREDITS),
(menu_function)show_credits, NULL, NULL, Icon_NOICON);
MENUITEM_FUNCTION(show_runtime_item, 0, ID2P(LANG_RUNNING_TIME),
(menu_function)view_runtime, NULL, NULL, Icon_NOICON);