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/gui/print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui') 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 v1.2.3