[evolution-patches] bug#51968 "Invite others.." button confusing in Appointment editor dialog



hi,
	Attached is the patch for the change at both the 
pages(i mean at the scheduling and the meeting)...(bug# 51968)





On Mon, 31 May 2004, Rodrigo Moya wrote:

> On Mon, 2004-05-31 at 19:17 +0530, priyanshu wrote:
> > hi,
> > 	The attachment contains patches for the bug#51968..
> > 
> shouldn't that string be changed both in the meeting and scheduling
> pages? We are using 'Invite others...' in both, so I guess we should
> change it in both.
> 
> cheers
> 
> _______________________________________________
> evolution-patches mailing list
> evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
> 

-- 
Priyanshu raj
IIIT Hyderabad

							
Index: e-meeting-time-sel.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-meeting-time-sel.c,v
retrieving revision 1.55
diff -u -r1.55 e-meeting-time-sel.c
--- e-meeting-time-sel.c	26 Feb 2004 22:25:13 -0000	1.55
+++ e-meeting-time-sel.c	31 May 2004 15:47:39 -0000
@@ -3,7 +3,7 @@
 /* 
  * Author : 
  *  Damon Chaplin <damon gtk org>
- *
+ :wq*
  * Copyright 1999, Ximian, Inc.
  *
  * This program is free software; you can redistribute it and/or 
@@ -414,7 +414,7 @@
 
 	button = gtk_button_new_with_label ("");
 	gtk_label_set_text_with_mnemonic (GTK_LABEL (GTK_BIN (button)->child),
-					  _("_Invite Others..."));
+					  _("Add attendees from addressbook"));
 	accel_key = gtk_label_get_mnemonic_keyval (GTK_LABEL (GTK_BIN (button)->child));
 	gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 6);
 	gtk_widget_show (button);
Index: dialogs/meeting-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/meeting-page.glade,v
retrieving revision 1.10
diff -u -r1.10 meeting-page.glade
--- dialogs/meeting-page.glade	24 Dec 2003 17:39:04 -0000	1.10
+++ dialogs/meeting-page.glade	31 May 2004 15:47:40 -0000
@@ -235,7 +235,7 @@
 	<widget class="GtkButton" id="invite">
 	  <property name="visible">True</property>
 	  <property name="can_focus">True</property>
-	  <property name="label" translatable="yes">_Invite Others...</property>
+	  <property name="label" translatable="yes">Add attendees from addressbook.</property>
 	  <property name="use_underline">True</property>
 	  <property name="relief">GTK_RELIEF_NORMAL</property>
 	</widget>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2322
diff -u -r1.2322 ChangeLog
--- ChangeLog	14 May 2004 12:09:12 -0000	1.2322
+++ ChangeLog	31 May 2004 12:35:48 -0000
@@ -1,3 +1,10 @@
+2004-05-31 Priyanshu Raj <Priyanshu students iiit net>
+	*Bug #51968 "Invite others.." button confusing in Appointment editor dialog(Fixed)"
+
+
+2004-05-29 Priyanshu Raj <priyanshu students iiit net>
+	* Bug #48134: Menu items in Scheduling tab should have sentence capitalization (Fixed)
+
 2004-05-14  Rodrigo Moya <rodrigo ximian com>
 
 	* gui/e-day-view.c (process_component):
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2322
diff -u -r1.2322 ChangeLog
--- a/ChangeLog	14 May 2004 12:09:12 -0000	1.2322
+++ b/ChangeLog	31 May 2004 15:52:35 -0000
@@ -1,3 +1,13 @@
+2004-05-31 Priyanshu Raj <priyanshu students iiit net>
+	*Bug #51968 "_Invite Others.." button confusing in Appointment editor dialog(Fixed)" for "Scheduling"
+
+2004-05-31 Priyanshu Raj <Priyanshu students iiit net>
+	*Bug #51968 "Invite others.." button confusing in Appointment editor dialog(Fixed)"
+
+
+2004-05-29 Priyanshu Raj <priyanshu students iiit net>
+	* Bug #48134: Menu items in Scheduling tab should have sentence capitalization (Fixed)
+
 2004-05-14  Rodrigo Moya <rodrigo ximian com>
 
 	* gui/e-day-view.c (process_component):


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