diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-08-21 14:55:07 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-08-21 14:55:07 +0800 |
commit | 64943d5f70bcdcb7439c1c08c7901e7faa82d13e (patch) | |
tree | 4822c2d2efe52443dee35696ffa2ea236cdbee98 | |
parent | e50f205a57976550dca90a19b1b2759264ff137c (diff) | |
download | gsoc2013-evolution-64943d5f70bcdcb7439c1c08c7901e7faa82d13e.tar.gz gsoc2013-evolution-64943d5f70bcdcb7439c1c08c7901e7faa82d13e.tar.zst gsoc2013-evolution-64943d5f70bcdcb7439c1c08c7901e7faa82d13e.zip |
changed the groupwise account setup error message
2004-08-21 Sivaiah Nallagatla <snallagatla@novell.com>
* mail-erros.xml : changed the groupwise account setup error
message
svn path=/trunk/; revision=26981
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-errors.xml | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d81cf094b3..20ead3b1c8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-08-21 Sivaiah Nallagatla <snallagatla@novell.com> + + * mail-erros.xml : changed the groupwise account setup error + message + 2004-08-16 Not Zed <NotZed@Ximian.com> ** See bug #62963. diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml index 22ada1cd08..4fa5596498 100644 --- a/mail/mail-errors.xml +++ b/mail/mail-errors.xml @@ -312,7 +312,11 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. </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> + <primary><span weight="bold" size="larger">Unable to connect to the GroupWise +server.</span></primary> +<secondary> +Please check your account settings and try again. +</secondary> </error> </error-list> |