diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/calendar-errors.xml | 2 | ||||
-rw-r--r-- | calendar/calendar-errors.xml.h | 2 |
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"); |