summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),