aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/print.c b/calendar/gui/print.c
index 624503aaa2..98a62c0c11 100644
--- a/calendar/gui/print.c
+++ b/calendar/gui/print.c
@@ -571,6 +571,7 @@ print_month_small (GnomePrintContext *pc, GnomeCalendar *gcal, time_t month,
double font_size, max_font_size;
double header_size, col_width, row_height, text_xpad, w;
double cell_top, cell_bottom, cell_left, cell_right, text_right;
+ /* Translators: These are workday abbreviations, e.g. Su=Sunday and Th=Thursday */
char *daynames[] = { N_("Su"), N_("Mo"), N_("Tu"), N_("We"),
N_("Th"), N_("Fr"), N_("Sa") };