language file correction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3332 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
561a06ed75
commit
b4ddf3aa9c
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ bool set_time(char* string, int timedate[])
|
|||
str(LANG_WEEKDAY_MONDAY),
|
||||
str(LANG_WEEKDAY_TUESDAY),
|
||||
str(LANG_WEEKDAY_WEDNESDAY),
|
||||
str(LANF_WEEKDAY_THURSDAY),
|
||||
str(LANG_WEEKDAY_THURSDAY),
|
||||
str(LANG_WEEKDAY_FRIDAY),
|
||||
str(LANG_WEEKDAY_SATURDAY)};
|
||||
char *monthname[] = {str(LANG_MONTH_JANUARY),
|
||||
|
|
Loading…
Reference in a new issue