aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade4
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>