diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 3 | ||||
-rw-r--r-- | mail/mail-errors.xml.in | 12 |
2 files changed, 9 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ae51ef063a..03ebe565ae 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2004-04-29 Not Zed <NotZed@Ximian.com> + * mail-errors.xml.in: change all the session-message-* things to + just be secondary, otherwise they look awful all big fonted. + * mail-session.c (error_type[]): forgot to prefix error type with "mail:" diff --git a/mail/mail-errors.xml.in b/mail/mail-errors.xml.in index b55eb2a78c..1292d25e70 100644 --- a/mail/mail-errors.xml.in +++ b/mail/mail-errors.xml.in @@ -93,31 +93,31 @@ The message is stored in the Outbox folder. Check the message for errors and re </error> <error id="session-message-info" type="info"> - <_primary>{0}</_primary> + <_secondary>{0}</_secondary> </error> <error id="session-message-info-cancel" type="info" default="GTK_RESPONSE_CANCEL"> - <_primary>{0}</_primary> + <_secondary>{0}</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> </error> <error id="session-message-warning" type="warning"> - <_primary>{0}</_primary> + <_secondary>{0}</_secondary> </error> <error id="session-message-warning-cancel" type="warning" default="GTK_RESPONSE_CANCEL"> - <_primary>{0}</_primary> + <_secondary>{0}</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> </error> <error id="session-message-error" type="info"> - <_primary>{0}</_primary> + <_secondary>{0}</_secondary> </error> <error id="session-message-error-cancel" type="info" default="GTK_RESPONSE_CANCEL"> - <_primary>{0}</_primary> + <_secondary>{0}</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> </error> |