diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-10-14 23:28:06 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-10-14 23:28:06 +0800 |
commit | d976bf57c403c11f800ad49340466146fd56a6eb (patch) | |
tree | 9548b1c2a36032fd44b0c556199bf92749fef3cc /mail | |
parent | 6ff314b9cc64c6a409f61913d40e1e935439a46c (diff) | |
download | gsoc2013-evolution-d976bf57c403c11f800ad49340466146fd56a6eb.tar.gz gsoc2013-evolution-d976bf57c403c11f800ad49340466146fd56a6eb.tar.zst gsoc2013-evolution-d976bf57c403c11f800ad49340466146fd56a6eb.zip |
Remove Pango markup from groupwise account setup error message
2004-10-14 Sivaiah Nallagatla <snallagatla@novell.com>
* mail-errors.xml : Remove Pango markup from groupwise
account setup error message
svn path=/trunk/; revision=27582
Diffstat (limited to 'mail')
-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> |