diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-28 04:35:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-28 04:35:42 +0800 |
commit | aaa2eab453d0576143a66fcd7c488249dd0ba05c (patch) | |
tree | 589f4d5983d40667e74085efbfb83d918998246e /mail | |
parent | d2836e1de9a73c4dbf7417e62bb27a932a7c8c3f (diff) | |
download | gsoc2013-evolution-aaa2eab453d0576143a66fcd7c488249dd0ba05c.tar.gz gsoc2013-evolution-aaa2eab453d0576143a66fcd7c488249dd0ba05c.tar.zst gsoc2013-evolution-aaa2eab453d0576143a66fcd7c488249dd0ba05c.zip |
bump version, requirements
2004-08-27 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requirements
svn path=/trunk/; revision=27050
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-errors.xml.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 4cc60de336..e2eed775d3 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -231,4 +231,9 @@ char *s = N_("Ignore"); char *s = N_("_Overwrite"); char *s = N_("_Append"); /* mail:gw-accountsetup-error primary */ -char *s = N_("Could not connect to {0}. Groupwise account setup is incomplete. You may need to setup the account again"); +char *s = N_("Unable to connect to the GroupWise\n" + "server."); +/* mail:gw-accountsetup-error secondary */ +char *s = N_("\n" + "Please check your account settings and try again.\n" + ""); |