diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 16:23:22 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 16:23:22 +0800 |
commit | 25df9d140bd21058e5f9b17854ef6699a69b4b24 (patch) | |
tree | 0c96ddaed75d85b8abf5a72635efdd03f7bcce87 | |
parent | 1910fd29b6e85f4485286b00b0b1656cedcdcfd3 (diff) | |
download | gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar.gz gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.tar.zst gsoc2013-evolution-25df9d140bd21058e5f9b17854ef6699a69b4b24.zip |
Patch from David Turner <cillian64@googlemail.com> ** Partial fix for bug #498095 (duplicate mnemonics)
svn path=/trunk/; revision=34810
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4bd801ef74..b7e68dfc9a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2008-01-14 David Turner <cillian64@googlemail.com> + + ** Partial fix for bug #498095 + + * gui/contact-editor/contact-editor.glade: Changed mnemonics on + "Categories" and "Nickname" to fix a clash. + 2008-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #488213 diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 93ba4336bb..2d6854cca1 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -142,7 +142,7 @@ <child> <widget class="GtkLabel" id="label-nickname"> <property name="visible">True</property> - <property name="label" translatable="yes">Ni_ckname:</property> + <property name="label" translatable="yes">Nic_kname:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -253,7 +253,7 @@ <widget class="GtkButton" id="button-categories"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Categories...</property> + <property name="label" translatable="yes">Ca_tegories...</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |