aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog9
-rw-r--r--calendar/calendar-errors.xml2
-rw-r--r--calendar/calendar-errors.xml.h2
3 files changed, 10 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b2b69401c3..f8dc0628e8 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,6 +1,13 @@
2005-03-16 Rodrigo Moya <rodrigo@novell.com>
- Fixes 72983
+ Fixes #73101
+
+ * calendar-errors.xml:
+ * calendar-errors.xml.h: removed unnecessary leading space.
+
+2005-03-16 Rodrigo Moya <rodrigo@novell.com>
+
+ Fixes #72983
* gui/e-cal-list-view.c (e_cal_list_view_new): set EXPAND_RECURRENCES
flag on the model.
diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml
index f129da7e51..68707787fe 100644
--- a/calendar/calendar-errors.xml
+++ b/calendar/calendar-errors.xml
@@ -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>
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h
index 926a2acf1b..cec7a7a993 100644
--- a/calendar/calendar-errors.xml.h
+++ b/calendar/calendar-errors.xml.h
@@ -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 ");