aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-config.glade5
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8b1eb4d6c6..ee5c1d3eb7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-10 Shree Krishnan <shreekrishnan@gmail.com>
+
+ ** Fix for bug #338442
+ * mail-config.glade: Set the mnemonic character for "Send message receipts"
+
2006-07-18 Andre Klapper <a9016009@gmx.de>
* message-tags.glade: remove "*" from translation. Fixes bug #331147.
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index 136640b036..8fed40ad48 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -3342,8 +3342,8 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkLabel" id="label583">
<property name="visible">True</property>
- <property name="label" translatable="yes">Send message receipts:</property>
- <property name="use_underline">False</property>
+ <property name="label" translatable="yes">S_end message receipts:</property>
+ <property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
@@ -3353,6 +3353,7 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="mnemonic_widget">receipt_policy_dropdown</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>