aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/dialogs/recurrence-page.c3
2 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a44abc9440..d876f3cb32 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-24 Ushveen Kaur <kushveen@novell.com>
+
+ ** Fixes bug #325613
+
+ * gui/dialogs/recurrence-page.c (make_recur_month_menu) :
+ Translator comment added.
+
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #334692
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"),