diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-07-29 14:47:31 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-07-29 14:47:31 +0800 |
commit | 9c26a7412a860b603d638f952ef5efd4469de40a (patch) | |
tree | fb4c26097dd4d21394fddf490a152119d8d2ac65 /mail | |
parent | bbfd4edac1f291d0a969cd4b5012e04d16379cbb (diff) | |
download | gsoc2013-evolution-9c26a7412a860b603d638f952ef5efd4469de40a.tar.gz gsoc2013-evolution-9c26a7412a860b603d638f952ef5efd4469de40a.tar.zst gsoc2013-evolution-9c26a7412a860b603d638f952ef5efd4469de40a.zip |
add the error message needed for groupwise account setup
2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com>
* mail-errors.xml : add the error message needed for groupwise
account setup
svn path=/trunk/; revision=26766
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-errors.xml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 27a25c0041..ca60f4d0e3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com> + + * mail-errors.xml : add the error message needed for groupwise + account setup + 2004-07-28 Not Zed <NotZed@Ximian.com> ** See #61958. diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml index 5190fbf9ad..22ada1cd08 100644 --- a/mail/mail-errors.xml +++ b/mail/mail-errors.xml @@ -311,5 +311,9 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <button label="_Append" response="GTK_RESPONSE_OK"/> </error> + <error id="gw-accountsetup-error" type="error"> + <primary>Could not connect to {0}. Groupwise account setup is incomplete. You may need to setup the account again</primary> +</error> + </error-list> |