forked from len0rd/rockbox
Yes/No/Ask instead of On/Off/Ask
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2493 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f270f6f491
commit
ecfc88bb79
1 changed files with 2 additions and 2 deletions
|
|
@ -137,9 +137,9 @@ static bool sort_case(void)
|
|||
|
||||
static bool resume(void)
|
||||
{
|
||||
char* names[] = { str(LANG_OFF),
|
||||
char* names[] = { str(LANG_SET_BOOL_NO),
|
||||
str(LANG_RESUME_SETTING_ASK),
|
||||
str(LANG_ON) };
|
||||
str(LANG_SET_BOOL_YES) };
|
||||
return set_option( str(LANG_RESUME), &global_settings.resume,
|
||||
names, 3, NULL );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue