diff options
author | Ushveen Kaur <kushveen@novell.com> | 2006-09-29 16:00:57 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-09-29 16:00:57 +0800 |
commit | 74618e986407b16459b094595c6b6ada2aa83398 (patch) | |
tree | c3fbf06a637e6408e6774c4398b06083b4617710 /calendar/gui | |
parent | 042154a50539eb8d7b8a2abba739af3e25287b28 (diff) | |
download | gsoc2013-evolution-74618e986407b16459b094595c6b6ada2aa83398.tar.gz gsoc2013-evolution-74618e986407b16459b094595c6b6ada2aa83398.tar.zst gsoc2013-evolution-74618e986407b16459b094595c6b6ada2aa83398.zip |
** Fixes bug #325613
2006-08-24 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #325613
* gui/dialogs/recurrence-page.c (make_recur_month_menu) :
Translator comment added.
svn path=/trunk/; revision=32825
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/recurrence-page.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c index b4eafd468c..b1d3d18800 100644 --- a/calendar/gui/dialogs/recurrence-page.c +++ b/calendar/gui/dialogs/recurrence-page.c @@ -1080,6 +1080,9 @@ static GtkWidget * make_recur_month_menu (void) { static const char *options[] = { + /* For Translator : 'day' is part of the sentence of the form 'appointment recurs/Every [x] month(s) on the [first] [day] [forever]' + (dropdown menu options are in [square brackets]). This means that after 'first', either the string 'day' or + the name of a week day (like 'Monday' or 'Friday') always follow. */ N_("day"), N_("Monday"), N_("Tuesday"), |