From 31cc887a7fb4d2fa813b3bbe0d6881681599e6d9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 13 Jan 2005 03:07:29 +0000 Subject: Fixes #65820 2005-01-12 JP Rosevear Fixes #65820 * gui/weekday-picker.c (get_day_text): add translator comment svn path=/trunk/; revision=28385 --- calendar/gui/weekday-picker.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/weekday-picker.c') 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; -- cgit v1.2.3