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[])
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),