aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-03-19 20:41:20 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-03-19 20:41:20 +0800
commitf260db22f97f634f91cd5403b36f5ee6c6d07465 (patch)
treecee5b3bf00a941e6479beecfbfb0b7bac6efe64e
parentac5332ac711d4b16ce2bedc5db1202d97482f802 (diff)
downloadgsoc2013-evolution-f260db22f97f634f91cd5403b36f5ee6c6d07465.tar
gsoc2013-evolution-f260db22f97f634f91cd5403b36f5ee6c6d07465.tar.gz
gsoc2013-evolution-f260db22f97f634f91cd5403b36f5ee6c6d07465.tar.bz2
gsoc2013-evolution-f260db22f97f634f91cd5403b36f5ee6c6d07465.tar.lz
gsoc2013-evolution-f260db22f97f634f91cd5403b36f5ee6c6d07465.tar.xz
gsoc2013-evolution-f260db22f97f634f91cd5403b36f5ee6c6d07465.tar.zst
gsoc2013-evolution-f260db22f97f634f91cd5403b36f5ee6c6d07465.zip
** Fix for bug #511978
2008-03-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #511978 * mail-config.glade: Resolve mnemonics clash on Junk tab. svn path=/trunk/; revision=35220
-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>