diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-02-12 03:14:50 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-02-12 03:14:50 +0800 |
commit | e3b8d0357fca56470ff2a649821fd587955c4cb2 (patch) | |
tree | 83b416ba1fa6ed38c9fb2ab8b308658e47c28dac /calendar/gui/dialogs | |
parent | bf0dbbb7de6a6f4f3cd6a939408da574ce9b1dfe (diff) | |
download | gsoc2013-evolution-e3b8d0357fca56470ff2a649821fd587955c4cb2.tar.gz gsoc2013-evolution-e3b8d0357fca56470ff2a649821fd587955c4cb2.tar.zst gsoc2013-evolution-e3b8d0357fca56470ff2a649821fd587955c4cb2.zip |
adding translator comments to "second" strings to distinguish ordinal
2006-02-11 Andre Klapper <a9016009@gmx.de>
* 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
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/recurrence-page.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"), |