[evolution-patches] "Invitations" not "Meeting" for event editor tab name



I changed this a while back but missed two of three cases somehow.  The
"Invitations" string already exists so this should not break string
freeze.

-JP
-- 
JP Rosevear <jpr novell com>
Novell, Inc.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2464
diff -u -r1.2464 ChangeLog
--- ChangeLog	28 Jul 2004 18:03:32 -0000	1.2464
+++ ChangeLog	29 Jul 2004 15:45:54 -0000
@@ -1,3 +1,9 @@
+2004-07-29  JP Rosevear  <jpr novell com>
+
+	* gui/dialogs/event-editor.c (show_meeting): use Invitations not
+	Meetings
+	(event_editor_edit_comp): ditto
+
 2004-07-27  JP Rosevear  <jpr novell com>
 
 	Fixes #62006
Index: gui/dialogs/event-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-editor.c,v
retrieving revision 1.45
diff -u -r1.45 event-editor.c
--- gui/dialogs/event-editor.c	25 Jun 2004 17:37:35 -0000	1.45
+++ gui/dialogs/event-editor.c	29 Jul 2004 15:45:55 -0000
@@ -239,7 +239,7 @@
 						 _("Scheduling"));
 			comp_editor_append_page (COMP_EDITOR (ee),
 						 COMP_EDITOR_PAGE (priv->meet_page),
-						 _("Meeting"));
+						 _("Invitations"));
 		}
 	
 		for (l = attendees; l != NULL; l = l->next) {
@@ -381,7 +381,7 @@
 					 _("Scheduling"));
 		comp_editor_append_page (COMP_EDITOR (ee),
 					 COMP_EDITOR_PAGE (priv->meet_page),
-					 _("Meeting"));
+					 _("Invitations"));
 		priv->meeting_shown = TRUE;
 
  		comp_editor_set_changed (COMP_EDITOR (ee), priv->meeting_shown);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]