diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 8 | ||||
-rw-r--r-- | calendar/gui/dialogs/recur-comp.c | 8 | ||||
-rw-r--r-- | calendar/gui/dialogs/recur-comp.h | 6 |
3 files changed, 15 insertions, 7 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 14d8dd5027..fc7a37ec40 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2003-03-04 JP Rosevear <jpr@ximian.com> + * gui/dialogs/recur-comp.h: fix copyright + + * gui/dialogs/recur-comp.c: fix copyright + (recur_component_dialog): say "recurring journal entry" instead of + just "recurring journal" + +2003-03-04 JP Rosevear <jpr@ximian.com> + Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>) * gui/dialogs/schedule-page.c (update_time): handle no end date if diff --git a/calendar/gui/dialogs/recur-comp.c b/calendar/gui/dialogs/recur-comp.c index 560ff28529..81db34733c 100644 --- a/calendar/gui/dialogs/recur-comp.c +++ b/calendar/gui/dialogs/recur-comp.c @@ -1,8 +1,8 @@ -/* Evolution calendar - Delete calendar component dialog +/* Evolution calendar - Recurring calendar component dialog * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2002 Ximian, Inc. * - * Author: Federico Mena-Quintero <federico@ximian.com> + * Author: JP Rosevear <jpr@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -55,7 +55,7 @@ recur_component_dialog (CalComponent *comp, break; case CAL_COMPONENT_JOURNAL: - str = g_strdup_printf (_("You are modifying a recurring journal, what would you like to modify?")); + str = g_strdup_printf (_("You are modifying a recurring journal entry, what would you like to modify?")); break; default: diff --git a/calendar/gui/dialogs/recur-comp.h b/calendar/gui/dialogs/recur-comp.h index 942bb592c8..7c3472853b 100644 --- a/calendar/gui/dialogs/recur-comp.h +++ b/calendar/gui/dialogs/recur-comp.h @@ -1,8 +1,8 @@ -/* Evolution calendar - Recur calendar component dialog +/* Evolution calendar - Recurring calendar component dialog * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2002 Ximian, Inc. * - * Author: Federico Mena-Quintero <federico@ximian.com> + * Author: JP Rosevear <jpr@ximian.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public |