fix typo in talk value of histogram setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25028 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8045e1b459
commit
5e0b407edf
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ static bool history_interval(void)
|
|||
{ "0s", TALK_ID(0, UNIT_SEC) },
|
||||
{ "1s", TALK_ID(1, UNIT_SEC) },
|
||||
{ "2s", TALK_ID(2, UNIT_SEC) },
|
||||
{ "4s", TALK_ID(5, UNIT_SEC) }
|
||||
{ "4s", TALK_ID(4, UNIT_SEC) }
|
||||
};
|
||||
return set_option(str(LANG_RECORDING_HISTOGRAM_INTERVAL),
|
||||
&global_settings.rec_histogram_interval,
|
||||
|
|
Loading…
Reference in a new issue