From 0086680be41a390e3e20d91a206ddabbbbacd13f Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Fri, 6 May 2005 05:13:55 +0000 Subject: Fixes #272464 2005-05-06 Chenthill Palanisamy Fixes #272464 * addressbook-errors.xml: * addressbook-errors.xml.h: Changed the primary and secondary to make it more clear. svn path=/trunk/; revision=29285 --- addressbook/addressbook-errors.xml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/addressbook-errors.xml.h') 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"); -- cgit