diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-05-06 13:13:19 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-06 13:13:19 +0800 |
commit | 6bb2903971a1502388502325ebbe3dbab12a480a (patch) | |
tree | b42ad3fac9b94730c908857d20bdb47ca9ed504a | |
parent | 01babc63d8026b36d887a9c8737f914410c164b9 (diff) | |
download | gsoc2013-evolution-6bb2903971a1502388502325ebbe3dbab12a480a.tar gsoc2013-evolution-6bb2903971a1502388502325ebbe3dbab12a480a.tar.gz gsoc2013-evolution-6bb2903971a1502388502325ebbe3dbab12a480a.tar.bz2 gsoc2013-evolution-6bb2903971a1502388502325ebbe3dbab12a480a.tar.lz gsoc2013-evolution-6bb2903971a1502388502325ebbe3dbab12a480a.tar.xz gsoc2013-evolution-6bb2903971a1502388502325ebbe3dbab12a480a.tar.zst gsoc2013-evolution-6bb2903971a1502388502325ebbe3dbab12a480a.zip |
Fixes #272464
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #272464
* calendar-errors.xml:
* calendar-errors.xml.h: Changed the primary and secondary
messages to make it more clear.
svn path=/trunk/; revision=29284
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/calendar-errors.xml | 4 | ||||
-rw-r--r-- | calendar/calendar-errors.xml.h | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ff10697cc4..1dec66c9c9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #272464 + * calendar-errors.xml: + * calendar-errors.xml.h: Changed the primary and secondary + messages to make it more clear. + 2005-05-06 Vivek Jain <jvivek@novell.com> **Fixes #272566 diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml index 5cc062746d..628b20dc2a 100644 --- a/calendar/calendar-errors.xml +++ b/calendar/calendar-errors.xml @@ -209,8 +209,8 @@ <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> + <primary>Some features may not work properly with your current server</primary> + <secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results the server should be upgraded to a supported version</secondary> </error> </error-list> diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index bc83bdc92f..ed65b4de8a 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -145,6 +145,6 @@ char *s = N_("The task list is not marked for offline usage"); /* calendar:server-version title */ char *s = N_("Server Version"); /* calendar:server-version primary */ -char *s = N_("Your server needs to be updated"); +char *s = N_("Some features may not work properly with your current server"); /* calendar:server-version secondary */ -char *s = N_("Some features may not work correctly with your current server version "); +char *s = N_("You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results the server should be upgraded to a supported version"); |