evolution r35575 - in trunk: mail plugins/exchange-operations plugins/mailing-list-actions plugins/startup-wizard



Author: abharath
Date: Mon Jun  2 06:01:57 2008
New Revision: 35575
URL: http://svn.gnome.org/viewvc/evolution?rev=35575&view=rev

Log:
Committing on behalf of  Jacob Brown  <jeblinux gmail com>

2008-06-02  Jacob Brown  <jeblinux gmail com>

        ** Fix for bug #529464


Modified:
   trunk/mail/ChangeLog
   trunk/mail/em-format-html-display.c
   trunk/plugins/exchange-operations/ChangeLog
   trunk/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml
   trunk/plugins/mailing-list-actions/ChangeLog
   trunk/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml
   trunk/plugins/startup-wizard/ChangeLog
   trunk/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml

Modified: trunk/mail/em-format-html-display.c
==============================================================================
--- trunk/mail/em-format-html-display.c	(original)
+++ trunk/mail/em-format-html-display.c	Mon Jun  2 06:01:57 2008
@@ -2486,7 +2486,7 @@
 				  EM_FORMAT_HTML_VPAD
 				  "<table cellspacing=0 cellpadding=0><tr><td><h3><font size=-1 color=red>");
 
-	html = camel_text_to_html(_("Evolution cannot render this email as it is too large to handle. You can view it unformatted or with an external text editor."), ((EMFormatHTML *)emf)->text_html_flags & CAMEL_MIME_FILTER_TOHTML_CONVERT_URLS, 0);
+	html = camel_text_to_html(_("Evolution cannot render this email as it is too large to process. You can view it unformatted or with an external text editor."), ((EMFormatHTML *)emf)->text_html_flags & CAMEL_MIME_FILTER_TOHTML_CONVERT_URLS, 0);
 	camel_stream_write_string(stream, html);
 	camel_stream_write_string(stream,
 				  "</font></h3></td></tr></table>\n");

Modified: trunk/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml
==============================================================================
--- trunk/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml	(original)
+++ trunk/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml	Mon Jun  2 06:01:57 2008
@@ -10,7 +10,7 @@
     <author name="Praveen Kumar" email="kpraveen novell com"/>
     <author name="Shakti Sen" email="shprasad novell com"/>
     <author name="Raghavendran R" email="raghavguru7 gmail com"/>	
-    <_description>A plugin that handles a collection of Exchange account specific operations and features.</_description>
+    <_description>A plugin that manages a collection of Exchange account specific operations and features.</_description>
 	
     <hook class="org.gnome.evolution.mail.config:1.0">
       	<group 

Modified: trunk/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml
==============================================================================
--- trunk/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml	(original)
+++ trunk/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml	Mon Jun  2 06:01:57 2008
@@ -30,7 +30,7 @@
 
  <error id="no-action" type="error">
   <_primary>No e-mail action</_primary>
-  <_secondary xml:space="preserve">The action could not be performed. This means the header for this action did not contain any action we could handle.
+  <_secondary xml:space="preserve">The action could not be performed. This means the header for this action did not contain any action we could process.
 
 Header: {0}</_secondary>
  </error>

Modified: trunk/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml
==============================================================================
--- trunk/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml	(original)
+++ trunk/plugins/startup-wizard/org-gnome-evolution-startup-wizard.eplug.xml	Mon Jun  2 06:01:57 2008
@@ -6,7 +6,7 @@
 	    location="@PLUGINDIR@/liborg-gnome-evolution-startup-wizard SOEXT@"
 	    _name="Startup wizard">
 	     <author name="JP Rosevear" email="jpr novell com"/>
-	     <_description>A plugin that handles the Startup wizard.</_description>
+	     <_description>A plugin that manages the Startup wizard.</_description>
 		<hook class="org.gnome.evolution.shell.events:1.0">
 			<event
 			   id="upgrade.done"



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