From c35c8eb37dbe400fb29c354acb9b4e984408d76c Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 4 Mar 2003 20:03:21 +0000 Subject: fix copyright 2003-03-04 JP Rosevear * 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" svn path=/trunk/; revision=20147 --- calendar/ChangeLog | 8 ++++++++ calendar/gui/dialogs/recur-comp.c | 8 ++++---- 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,3 +1,11 @@ +2003-03-04 JP Rosevear + + * 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 Partially Fixes #23606 (from Jack Jia ) 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 + * Author: JP Rosevear * * 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 + * Author: JP Rosevear * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public -- cgit v1.2.3