diff options
author | Vivek Jain <jvivek@novell.com> | 2005-02-04 14:55:41 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-02-04 14:55:41 +0800 |
commit | e6acb039d0395c2b346cf1370862e49547484143 (patch) | |
tree | d35f8715902c3e6f617a8d5d3edb6fd255626a83 /calendar | |
parent | af868dc105fcc0675c901728477acc22d2fb4ccd (diff) | |
download | gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar.gz gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.tar.zst gsoc2013-evolution-e6acb039d0395c2b346cf1370862e49547484143.zip |
calendar-errors.xml.h changed the warning message string for
2005-02-04 Vivek Jain <jvivek@novell.com>
* calendar-errors.xml.h
* calendar-errors.xml : changed the warning message string for
server-version
svn path=/trunk/; revision=28705
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/calendar-errors.xml | 2 | ||||
-rw-r--r-- | calendar/calendar-errors.xml.h | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 758494861a..51f24612e5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-02-04 Vivek Jain <jvivek@novell.com> + + * calendar-errors.xml.h + * calendar-errors.xml : changed the warning message string for + server-version + 2005-02-04 Yong Sun <yong.sun@sun.com> Fix for #56901 diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml index 5b5076d450..71e2f74618 100644 --- a/calendar/calendar-errors.xml +++ b/calendar/calendar-errors.xml @@ -194,7 +194,7 @@ <error id="server-version" type="warning"> <title>Server Version</title> <primary>Your server needs to be updated</primary> - <secondary> Some features may not work properly with the current server version</secondary> + <secondary> Some features may not work correctly with your current server version </secondary> </error> </error-list> diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index 54792e87c9..e33134b27a 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -135,4 +135,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 properly with the current server version"); +char *s = N_(" Some features may not work correctly with your current server version"); |