aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-05-06 13:17:05 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-05-06 13:17:05 +0800
commitf1e8bb44d60ec9c8ae918ae544c95862be6b4386 (patch)
tree179bee20849b36294e55717e4d187400818c7740 /addressbook
parentb4a2742ea9a6507609b74c16f5ba569bffa2874b (diff)
downloadgsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar
gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar.gz
gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar.bz2
gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar.lz
gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar.xz
gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.tar.zst
gsoc2013-evolution-f1e8bb44d60ec9c8ae918ae544c95862be6b4386.zip
Changelog already added
svn path=/trunk/; revision=29287
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/addressbook-errors.xml2
-rw-r--r--addressbook/addressbook-errors.xml.h2
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");