Fix for Bug 341521 Change the label name of categories button.

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.

svn path=/trunk/; revision=31978
This commit is contained in:
simon.zheng
2006-05-12 09:19:21 +00:00
committed by Simon Zheng
parent 3922b9ff3b
commit c9c3d6e5eb
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>