aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-config.glade4
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 77d6e6f4cd..c02c6be28b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-19 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #511978
+
+ * mail-config.glade: Resolve mnemonics clash on Junk tab.
+
2008-03-19 Matthew Barnes <mbarnes@redhat.com>
* em-folder-view.h:
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index b2654a168c..d13a4d0505 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -6674,7 +6674,7 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<widget class="GtkCheckButton" id="junk_header_check">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">C_heck custom headers for junk</property>
+ <property name="label" translatable="yes">Check cu_stom headers for junk</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -6779,7 +6779,7 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<widget class="GtkCheckButton" id="lookup_book">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Do _not mark messages as junk if sender is in my addressbook</property>
+ <property name="label" translatable="yes">Do not mar_k messages as junk if sender is in my addressbook</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>