string change for evolution (calendar)



Bug: http://bugzilla.ximian.com/show_bug.cgi?id=73101
-- 
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2675
diff -u -p -r1.2675 ChangeLog
--- ChangeLog	25 Feb 2005 17:08:07 -0000	1.2675
+++ ChangeLog	28 Feb 2005 13:22:06 -0000
@@ -1,3 +1,25 @@
+2005-02-28  Rodrigo Moya <rodrigo novell com>
+
+	Fixes #73101
+
+	* calendar-errors.xml:
+	* calendar-errors.xml.h: removed unnecessary leading space.
+
 2005-02-25  Sivaiah Nallagatla <snallagatla novell com>
 
 	* gui/calendar-component.c (ensure_sources) :
Index: calendar-errors.xml
===================================================================
RCS file: /cvs/gnome/evolution/calendar/calendar-errors.xml,v
retrieving revision 1.8
diff -u -p -r1.8 calendar-errors.xml
--- calendar-errors.xml	5 Feb 2005 11:55:02 -0000	1.8
+++ calendar-errors.xml	28 Feb 2005 13:22:06 -0000
@@ -206,7 +206,7 @@
  <error id="server-version" type="warning">
 	 <title>Server Version</title> 
 	 <primary>Your server needs to be updated</primary>
-	 <secondary> Some features may not work correctly with your current server version </secondary>
+	 <secondary>Some features may not work correctly with your current server version </secondary>
  </error>
 
 </error-list>
Index: calendar-errors.xml.h
===================================================================
RCS file: /cvs/gnome/evolution/calendar/calendar-errors.xml.h,v
retrieving revision 1.9
diff -u -p -r1.9 calendar-errors.xml.h
--- calendar-errors.xml.h	5 Feb 2005 11:55:02 -0000	1.9
+++ calendar-errors.xml.h	28 Feb 2005 13:22:06 -0000
@@ -143,4 +143,4 @@ char *s = N_("Server Version");
 /* calendar:server-version primary */
 char *s = N_("Your server needs to be updated");
 /* calendar:server-version secondary */
-char *s = N_(" Some features may not work correctly with your current server version");
+char *s = N_("Some features may not work correctly with your current server version");


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