aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorVivek Jain <jvivek@novell.com>2005-02-04 14:55:41 +0800
committerJain Vivek <jvivek@src.gnome.org>2005-02-04 14:55:41 +0800
commite6acb039d0395c2b346cf1370862e49547484143 (patch)
treed35f8715902c3e6f617a8d5d3edb6fd255626a83 /calendar
parentaf868dc105fcc0675c901728477acc22d2fb4ccd (diff)
downloadgsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar
gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar.gz
gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar.bz2
gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar.lz
gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar.xz
gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar.zst
gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.zip
calendar-errors.xml.h changed the warning message string for
2005-02-04 Vivek Jain <jvivek@novell.com> * calendar-errors.xml.h * calendar-errors.xml : changed the warning message string for server-version svn path=/trunk/; revision=28705
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/calendar-errors.xml2
-rw-r--r--calendar/calendar-errors.xml.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 758494861a..51f24612e5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-04 Vivek Jain <jvivek@novell.com>
+
+ * calendar-errors.xml.h
+ * calendar-errors.xml : changed the warning message string for
+ server-version
+
2005-02-04 Yong Sun <yong.sun@sun.com>
Fix for #56901
diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml
index 5b5076d450..71e2f74618 100644
--- a/calendar/calendar-errors.xml
+++ b/calendar/calendar-errors.xml
@@ -194,7 +194,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 properly with the 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 54792e87c9..e33134b27a 100644
--- a/calendar/calendar-errors.xml.h
+++ b/calendar/calendar-errors.xml.h
@@ -135,4 +135,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 properly with the current server version");
+char *s = N_(" Some features may not work correctly with your current server version");