evolution r36722 - in trunk: calendar calendar/gui mail



Author: mbarnes
Date: Mon Nov  3 04:58:12 2008
New Revision: 36722
URL: http://svn.gnome.org/viewvc/evolution?rev=36722&view=rev

Log:
2008-11-02  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #559042

	* calendar/gui/e-itip-control.c (write_recurrence_piece):
	* mail/mail-config.glade:
	Remove extra spaces in translated strings.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/e-itip-control.c
   trunk/mail/ChangeLog
   trunk/mail/mail-config.glade

Modified: trunk/calendar/gui/e-itip-control.c
==============================================================================
--- trunk/calendar/gui/e-itip-control.c	(original)
+++ trunk/calendar/gui/e-itip-control.c	Mon Nov  3 04:58:12 2008
@@ -872,7 +872,7 @@
 	      /* For Translators:'a total of %d times' is part of the sentence of the form 'event recurring every day,a total of % times.' %d is a digit*/
 		g_string_append_printf (
 			buffer, ngettext ("a total of %d time",
-			" a total of %d times", r->count), r->count);
+			"a total of %d times", r->count), r->count);
 	} else if (!icaltime_is_null_time (r->until)) {
 		ECalComponentDateTime dt;
 

Modified: trunk/mail/mail-config.glade
==============================================================================
--- trunk/mail/mail-config.glade	(original)
+++ trunk/mail/mail-config.glade	Mon Nov  3 04:58:12 2008
@@ -5108,7 +5108,7 @@
 			    <widget class="GtkCheckButton" id="magic_spacebar_checkbox">
 			      <property name="visible">True</property>
 			      <property name="can_focus">True</property>
-			      <property name="label" translatable="yes">Enable Magic S_pacebar </property>
+			      <property name="label" translatable="yes">Enable Magic S_pacebar</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
 			      <property name="focus_on_click">True</property>



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