diff options
author | JP Rosevear <jpr@ximian.com> | 2003-03-05 04:03:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-03-05 04:03:21 +0800 |
commit | c35c8eb37dbe400fb29c354acb9b4e984408d76c (patch) | |
tree | 223bee5528dd093ff60ce2b7465551f591abfca0 /calendar | |
parent | df4595a2b8e0f837dfbe1b1123aa80990db9b992 (diff) | |
download | gsoc2013-evolution-c35c8eb37dbe400fb29c354acb9b4e984408d76c.tar.gz gsoc2013-evolution-c35c8eb37dbe400fb29c354acb9b4e984408d76c.tar.zst gsoc2013-evolution-c35c8eb37dbe400fb29c354acb9b4e984408d76c.zip |
fix copyright
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"
svn path=/trunk/; revision=20147
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 |