diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-05-06 13:13:55 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-06 13:13:55 +0800 |
commit | 0086680be41a390e3e20d91a206ddabbbbacd13f (patch) | |
tree | 059239754314d81230edffbec531da3cdb0591f5 | |
parent | 6bb2903971a1502388502325ebbe3dbab12a480a (diff) | |
download | gsoc2013-evolution-0086680be41a390e3e20d91a206ddabbbbacd13f.tar.gz gsoc2013-evolution-0086680be41a390e3e20d91a206ddabbbbacd13f.tar.zst gsoc2013-evolution-0086680be41a390e3e20d91a206ddabbbbacd13f.zip |
Fixes #272464
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #272464
* addressbook-errors.xml:
* addressbook-errors.xml.h: Changed the primary and secondary
to make it more clear.
svn path=/trunk/; revision=29285
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/addressbook-errors.xml | 4 | ||||
-rw-r--r-- | addressbook/addressbook-errors.xml.h | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a8a44278d4..e8707c3d63 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #272464 + * addressbook-errors.xml: + * addressbook-errors.xml.h: Changed the primary and secondary + to make it more clear. + 2005-04-28 Ross Burton <ross@burtonini.com> * gui/widgets/e-addressbook-view.c: diff --git a/addressbook/addressbook-errors.xml b/addressbook/addressbook-errors.xml index 3bb5c93e01..bbb73ec073 100644 --- a/addressbook/addressbook-errors.xml +++ b/addressbook/addressbook-errors.xml @@ -93,8 +93,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/addressbook/addressbook-errors.xml.h b/addressbook/addressbook-errors.xml.h index 69f5077682..de423e95f5 100644 --- a/addressbook/addressbook-errors.xml.h +++ b/addressbook/addressbook-errors.xml.h @@ -63,6 +63,6 @@ char *s = N_("_Add"); /* addressbook:server-version title */ char *s = N_("Server Version"); /* addressbook: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 "); /* addressbook: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"); |