diff options
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ed91a25aff..035e233b4f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2006-05-12 simon.zheng <simon.zheng@sun.com> + + Fix for Bug 341521 + * gui/contact-editor/contact-editor.glade: Change the label + name of categories button. + 2006-04-27 Boby Wang <boby.wang@sun.com> ** Fix for bug # 336470 diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index b9f094733d..27234cc89e 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -239,7 +239,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">_Categories...</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |