diff options
author | simon.zheng <simon.zheng@sun.com> | 2006-05-12 17:19:21 +0800 |
---|---|---|
committer | Simon Zheng <simonz@src.gnome.org> | 2006-05-12 17:19:21 +0800 |
commit | c9c3d6e5eb6b7053522aca97fd1244faa16e1aed (patch) | |
tree | a172cbc0fa318fc8e8306a5309108b16875e1019 /addressbook/gui | |
parent | 3922b9ff3be9de6187b21c21305cebbc30cf76a6 (diff) | |
download | gsoc2013-evolution-c9c3d6e5eb6b7053522aca97fd1244faa16e1aed.tar.gz gsoc2013-evolution-c9c3d6e5eb6b7053522aca97fd1244faa16e1aed.tar.zst gsoc2013-evolution-c9c3d6e5eb6b7053522aca97fd1244faa16e1aed.zip |
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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.glade | 2 |
1 files changed, 1 insertions, 1 deletions
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> |