evolution r35967 - in trunk: addressbook addressbook/gui/component calendar calendar/gui



Author: mbarnes
Date: Tue Aug 12 10:37:12 2008
New Revision: 35967
URL: http://svn.gnome.org/viewvc/evolution?rev=35967&view=rev

Log:
2008-08-12  Matthew Barnes  <mbarnes redhat com>

	* addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in:
	Fix a typo.  (#547369)

	* addressbook/gui/component/addressbook-migrate.c:
	* calendar/gui/migration.c:
	Fix TeX-style quotes.  (#547372)



Modified:
   trunk/addressbook/ChangeLog
   trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
   trunk/addressbook/gui/component/addressbook-migrate.c
   trunk/calendar/ChangeLog
   trunk/calendar/gui/migration.c

Modified: trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
==============================================================================
--- trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in	(original)
+++ trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in	Tue Aug 12 10:37:12 2008
@@ -102,7 +102,7 @@
         <oaf_attribute name="evolution2:config_item:priority" type="string" value="-6"/>
                                                                                           
         <oaf_attribute name="name" type="string"
-                       _value="Evolution S/Mime Certificate Management Control"/>
+                       _value="Evolution S/MIME Certificate Management Control"/>
                                                                                           
 </oaf_server>
 

Modified: trunk/addressbook/gui/component/addressbook-migrate.c
==============================================================================
--- trunk/addressbook/gui/component/addressbook-migrate.c	(original)
+++ trunk/addressbook/gui/component/addressbook-migrate.c	Tue Aug 12 10:37:12 2008
@@ -122,7 +122,7 @@
 {
 	char *text;
 
-	text = g_strdup_printf (_("Migrating `%s':"), folder_name);
+	text = g_strdup_printf (_("Migrating '%s':"), folder_name);
 	gtk_label_set_text (GTK_LABEL (context->folder_label), text);
 	g_free (text);
 

Modified: trunk/calendar/gui/migration.c
==============================================================================
--- trunk/calendar/gui/migration.c	(original)
+++ trunk/calendar/gui/migration.c	Tue Aug 12 10:37:12 2008
@@ -192,7 +192,7 @@
 {
 	char *text;
 
-	text = g_strdup_printf (_("Migrating `%s':"), folder_name);
+	text = g_strdup_printf (_("Migrating '%s':"), folder_name);
 	gtk_label_set_text (label, text);
 	g_free (text);
 



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