From 0ca6957de3ad46ec9dfc305c91b803693dd2bb75 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 23 Jan 2006 20:07:35 +0000 Subject: added translator comments to workday abbreviations. Fixes bug 328007. 2005-01-23 Andre Klapper * gui/print.c: added translator comments to workday abbreviations. Fixes bug 328007. svn path=/trunk/; revision=31284 --- calendar/ChangeLog | 5 +++++ calendar/gui/print.c | 1 + 2 files changed, 6 insertions(+) (limited to 'calendar') 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 + + * gui/print.c: added translator comments to workday + abbreviations. Fixes bug 328007. + 2006-01-23 Pavithran ** 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") }; -- cgit