aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/weekday-picker.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/weekday-picker.c')
-rw-r--r--calendar/gui/weekday-picker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/weekday-picker.c b/calendar/gui/weekday-picker.c
index dc795c545d..7a7e8ad85f 100644
--- a/calendar/gui/weekday-picker.c
+++ b/calendar/gui/weekday-picker.c
@@ -315,6 +315,7 @@ colorize_items (WeekdayPicker *wp)
static char *
get_day_text (int day_index)
{
+ /* The first letter of each day of the week starting with Sunday */
const char *str = _("SMTWTFS");
char *day;
int char_size = 0;