diff options
-rw-r--r-- | addressbook/addressbook-errors.xml | 2 | ||||
-rw-r--r-- | addressbook/addressbook-errors.xml.h | 2 | ||||
-rw-r--r-- | calendar/calendar-errors.xml | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/addressbook/addressbook-errors.xml b/addressbook/addressbook-errors.xml index bbb73ec073..0d6b331b28 100644 --- a/addressbook/addressbook-errors.xml +++ b/addressbook/addressbook-errors.xml @@ -93,7 +93,7 @@ <error id="server-version" type="warning"> <title>Server Version</title> - <primary>Some features may not work properly with your current server </primary> + <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> diff --git a/addressbook/addressbook-errors.xml.h b/addressbook/addressbook-errors.xml.h index de423e95f5..ea676bce54 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_("Some features may not work properly with your current server "); +char *s = N_("Some features may not work properly with your current server"); /* addressbook:server-version secondary */ 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"); diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml index 628b20dc2a..ef2bc1e91c 100644 --- a/calendar/calendar-errors.xml +++ b/calendar/calendar-errors.xml @@ -208,9 +208,9 @@ </error> <error id="server-version" type="warning"> - <title>Server Version</title> - <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> + <title>Server Version</title> + <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> |