aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Turner <cillian64@googlemail.com>2007-12-04 20:29:34 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-12-04 20:29:34 +0800
commit99acfbba35edd7de5a3d5060a567bec782281bc2 (patch)
tree7a8863e058cc12383b2022d541522b1de535db65
parentc896b43ec99cb48323d5413c9507ea3d65a26e5b (diff)
downloadgsoc2013-evolution-99acfbba35edd7de5a3d5060a567bec782281bc2.tar
gsoc2013-evolution-99acfbba35edd7de5a3d5060a567bec782281bc2.tar.gz
gsoc2013-evolution-99acfbba35edd7de5a3d5060a567bec782281bc2.tar.bz2
gsoc2013-evolution-99acfbba35edd7de5a3d5060a567bec782281bc2.tar.lz
gsoc2013-evolution-99acfbba35edd7de5a3d5060a567bec782281bc2.tar.xz
gsoc2013-evolution-99acfbba35edd7de5a3d5060a567bec782281bc2.tar.zst
gsoc2013-evolution-99acfbba35edd7de5a3d5060a567bec782281bc2.zip
** Fix for bug #466497
2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #466497 * mail-config.glade: Changed some mnemonics to stop l being used as a mnemonic key svn path=/trunk/; revision=34644
-rw-r--r--mail/ChangeLog7
-rw-r--r--mail/mail-config.glade6
2 files changed, 10 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0c58c499d0..acf2e432d4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,12 @@
2007-12-04 David Turner <cillian64@googlemail.com>
+ ** Fix for bug #466497
+
+ * mail-config.glade: Changed some mnemonics to stop l being used
+ as a mnemonic key
+
+2007-12-04 David Turner <cillian64@googlemail.com>
+
** Fix for bug #466241
* mail-config.glade: Added a mnemonic to "Authentication type"
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index 9f8e1970af..75d8da5360 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -3855,7 +3855,7 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<widget class="GtkCheckButton" id="smime_sign_default">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Digitally _sign outgoing messages (by default)</property>
+ <property name="label" translatable="yes">Digitally sign o_utgoing messages (by default)</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -3997,7 +3997,7 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkLabel" id="button98">
<property name="visible">True</property>
- <property name="label" translatable="yes">Se_lect...</property>
+ <property name="label" translatable="yes">S_elect...</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -4169,7 +4169,7 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkLabel" id="label472">
<property name="visible">True</property>
- <property name="label" translatable="yes">S_elect...</property>
+ <property name="label" translatable="yes">_Select...</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>