forked from len0rd/rockbox
Made menu easier to understand
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2162 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7eb27113c5
commit
632bc97ce2
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ Menu settings_menu(void)
|
||||||
{ "Time/Date", timedate_set },
|
{ "Time/Date", timedate_set },
|
||||||
#endif
|
#endif
|
||||||
{ "Show hidden files", show_hidden_files },
|
{ "Show hidden files", show_hidden_files },
|
||||||
{ "FF/Rewind", ff_rewind_min_step },
|
{ "FF/Rewind Min Step", ff_rewind_min_step },
|
||||||
{ "FF/Rewind Accel", ff_rewind_accel },
|
{ "FF/Rewind Accel", ff_rewind_accel },
|
||||||
{ "Resume", resume },
|
{ "Resume", resume },
|
||||||
{ "Disk spindown", spindown },
|
{ "Disk spindown", spindown },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue