language file correction

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3332 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2003-02-25 08:33:31 +00:00
parent 561a06ed75
commit b4ddf3aa9c

View file

@ -1367,7 +1367,7 @@ bool set_time(char* string, int timedate[])
str(LANG_WEEKDAY_MONDAY), str(LANG_WEEKDAY_MONDAY),
str(LANG_WEEKDAY_TUESDAY), str(LANG_WEEKDAY_TUESDAY),
str(LANG_WEEKDAY_WEDNESDAY), str(LANG_WEEKDAY_WEDNESDAY),
str(LANF_WEEKDAY_THURSDAY), str(LANG_WEEKDAY_THURSDAY),
str(LANG_WEEKDAY_FRIDAY), str(LANG_WEEKDAY_FRIDAY),
str(LANG_WEEKDAY_SATURDAY)}; str(LANG_WEEKDAY_SATURDAY)};
char *monthname[] = {str(LANG_MONTH_JANUARY), char *monthname[] = {str(LANG_MONTH_JANUARY),