From e3b8d0357fca56470ff2a649821fd587955c4cb2 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 11 Feb 2006 19:14:50 +0000 Subject: adding translator comments to "second" strings to distinguish ordinal 2006-02-11 Andre Klapper * gui/dialogs/recurrence-page.c: * gui/alarm-notify/util.c: * gui/misc.c: adding translator comments to "second" strings to distinguish ordinal numbers and time divisions. Fixes bug 328988. svn path=/trunk/; revision=31484 --- calendar/gui/dialogs/recurrence-page.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c index 5968ca4324..d37d13a813 100644 --- a/calendar/gui/dialogs/recurrence-page.c +++ b/calendar/gui/dialogs/recurrence-page.c @@ -984,6 +984,7 @@ make_recur_month_num_menu (int month_index) { static const char *options[] = { N_("first"), + /* TRANSLATORS: here, "second" is the ordinal number (like "third"), not the time division (like "minute") */ N_("second"), N_("third"), N_("fourth"), -- cgit v1.2.3