diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-29 16:32:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-29 16:32:24 +0800 |
commit | 8d5dae0234ff16c4a8948faf249c535f40d61120 (patch) | |
tree | 1519fcf029b03c94a654ac164e67cabf1e62bfea /mail/mail-errors.xml.in | |
parent | 734904653f1497f3589a9b09225d30942237db7d (diff) | |
download | gsoc2013-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/mail-errors.xml.in')
-rw-r--r-- | mail/mail-errors.xml.in | 12 |
1 files changed, 6 insertions, 6 deletions
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> |