diff options
Diffstat (limited to 'addressbook')
| -rw-r--r-- | addressbook/addressbook-errors.xml | 2 | ||||
| -rw-r--r-- | addressbook/addressbook-errors.xml.h | 2 |
2 files changed, 2 insertions, 2 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"); |
