summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2003-02-25 08:33:31 +0000
committerRobert Hak <adiamas@rockbox.org>2003-02-25 08:33:31 +0000
commitb4ddf3aa9cfc9d5fee90ca0e7041d2d7a04ce8be (patch)
tree380bce434e606841a5f9927afb7bdce7f2134fff
parent561a06ed7500d817590fe0d3db9a45dd666964c5 (diff)
downloadrockbox-b4ddf3aa9cfc9d5fee90ca0e7041d2d7a04ce8be.tar.gz
rockbox-b4ddf3aa9cfc9d5fee90ca0e7041d2d7a04ce8be.zip
language file correction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3332 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index c51e5a9613..2599a119f4 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1367,7 +1367,7 @@ bool set_time(char* string, int timedate[])
1367 str(LANG_WEEKDAY_MONDAY), 1367 str(LANG_WEEKDAY_MONDAY),
1368 str(LANG_WEEKDAY_TUESDAY), 1368 str(LANG_WEEKDAY_TUESDAY),
1369 str(LANG_WEEKDAY_WEDNESDAY), 1369 str(LANG_WEEKDAY_WEDNESDAY),
1370 str(LANF_WEEKDAY_THURSDAY), 1370 str(LANG_WEEKDAY_THURSDAY),
1371 str(LANG_WEEKDAY_FRIDAY), 1371 str(LANG_WEEKDAY_FRIDAY),
1372 str(LANG_WEEKDAY_SATURDAY)}; 1372 str(LANG_WEEKDAY_SATURDAY)};
1373 char *monthname[] = {str(LANG_MONTH_JANUARY), 1373 char *monthname[] = {str(LANG_MONTH_JANUARY),