diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/print.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6b9d8967c6..69e2ea2250 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2006-01-23 Andre Klapper <a9016009@gmx.de> + + * gui/print.c: added translator comments to workday + abbreviations. Fixes bug 328007. + 2006-01-23 Pavithran <pavithran@gmx.de> ** Fixes bug #327713 , #327730 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") }; |