diff options
| author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-06 13:17:05 +0800 | 
|---|---|---|
| committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-05-06 13:17:05 +0800 | 
| commit | f1e8bb44d60ec9c8ae918ae544c95862be6b4386 (patch) | |
| tree | 179bee20849b36294e55717e4d187400818c7740 | |
| parent | b4a2742ea9a6507609b74c16f5ba569bffa2874b (diff) | |
| download | gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar.gz gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar.zst gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.zip | |
Changelog already added
svn path=/trunk/; revision=29287
| -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> | 
