diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-errors.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b6674a6b1e..dc5238bd48 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-10-14 Sivaiah Nallagatla <snallagatla@novell.com> + + * mail-errors.xml : Remove Pango markup from groupwise + account setup error message + 2004-10-12 Not Zed <NotZed@Ximian.com> * em-format-html-display.c (efhd_find_handler): use builtin diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml index 44717434d3..04208457a5 100644 --- a/mail/mail-errors.xml +++ b/mail/mail-errors.xml @@ -319,8 +319,8 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. </error> <error id="gw-accountsetup-error" type="error"> - <primary><span weight="bold" size="larger">Unable to connect to the GroupWise -server.</span></primary> + <primary>Unable to connect to the GroupWise +server.</primary> <secondary> Please check your account settings and try again. </secondary> |