aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-29 16:32:24 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-29 16:32:24 +0800
commit8d5dae0234ff16c4a8948faf249c535f40d61120 (patch)
tree1519fcf029b03c94a654ac164e67cabf1e62bfea /mail
parent734904653f1497f3589a9b09225d30942237db7d (diff)
downloadgsoc2013-evolution-8d5dae0234ff16c4a8948faf249c535f40d61120.tar
gsoc2013-evolution-8d5dae0234ff16c4a8948faf249c535f40d61120.tar.gz
gsoc2013-evolution-8d5dae0234ff16c4a8948faf249c535f40d61120.tar.bz2
gsoc2013-evolution-8d5dae0234ff16c4a8948faf249c535f40d61120.tar.lz
gsoc2013-evolution-8d5dae0234ff16c4a8948faf249c535f40d61120.tar.xz
gsoc2013-evolution-8d5dae0234ff16c4a8948faf249c535f40d61120.tar.zst
gsoc2013-evolution-8d5dae0234ff16c4a8948faf249c535f40d61120.zip
change all the session-message-* things to just be secondary, otherwise
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. svn path=/trunk/; revision=25683
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/mail-errors.xml.in12
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>