aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar-errors.xml.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-03-16 22:51:00 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-03-16 22:51:00 +0800
commitdaa7a586feb430c540f5972b39769b6a56adef13 (patch)
treee4212163113b8a1b83cca8fedbaef4cc7c838df1 /calendar/calendar-errors.xml.h
parent192dc53a0260a4ee3e64955f85fd7e81acd7e55d (diff)
downloadgsoc2013-evolution-daa7a586feb430c540f5972b39769b6a56adef13.tar
gsoc2013-evolution-daa7a586feb430c540f5972b39769b6a56adef13.tar.gz
gsoc2013-evolution-daa7a586feb430c540f5972b39769b6a56adef13.tar.bz2
gsoc2013-evolution-daa7a586feb430c540f5972b39769b6a56adef13.tar.lz
gsoc2013-evolution-daa7a586feb430c540f5972b39769b6a56adef13.tar.xz
gsoc2013-evolution-daa7a586feb430c540f5972b39769b6a56adef13.tar.zst
gsoc2013-evolution-daa7a586feb430c540f5972b39769b6a56adef13.zip
Fixes #73101
2005-03-16 Rodrigo Moya <rodrigo@novell.com> Fixes #73101 * calendar-errors.xml: * calendar-errors.xml.h: removed unnecessary leading space. svn path=/trunk/; revision=29043
Diffstat (limited to 'calendar/calendar-errors.xml.h')
-rw-r--r--calendar/calendar-errors.xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h
index 926a2acf1b..cec7a7a993 100644
--- a/calendar/calendar-errors.xml.h
+++ b/calendar/calendar-errors.xml.h
@@ -143,4 +143,4 @@ char *s = N_("Server Version");
/* calendar:server-version primary */
char *s = N_("Your server needs to be updated");
/* calendar:server-version secondary */
-char *s = N_(" Some features may not work correctly with your current server version ");
+char *s = N_("Some features may not work correctly with your current server version ");