From e6acb039d0395c2b346cf1370862e49547484143 Mon Sep 17 00:00:00 2001 From: Vivek Jain <jvivek@novell.com> Date: Fri, 4 Feb 2005 06:55:41 +0000 Subject: 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 --- calendar/ChangeLog | 6 ++++++ calendar/calendar-errors.xml | 2 +- calendar/calendar-errors.xml.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'calendar') 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"); -- cgit