diff options
author | Michael Monreal <mmonreal@svn.gnome.org> | 2008-08-09 03:15:18 +0800 |
---|---|---|
committer | Michael Monreal <mmonreal@src.gnome.org> | 2008-08-09 03:15:18 +0800 |
commit | a0f103a834199fc92a4f21343ecdf3d13c8ad7f4 (patch) | |
tree | 04b5d1e47df193ee5f611f823dc2b11eaeca9b0a /addressbook | |
parent | 6d35226aa06947bc1ec7356400b1f179321ac76e (diff) | |
download | gsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.tar.gz gsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.tar.zst gsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.zip |
** Fix for bug #546748
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #546748
* addressbook/gui/component/addressbook-view.c:
Change "_Properties..." to "_Properties" to match HIG and other
components.
svn path=/trunk/; revision=35941
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index 435e803223..7fa76e7fdc 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -954,7 +954,7 @@ static EPopupItem abv_source_popups[] = { { E_POPUP_ITEM, "30.delete", N_("_Delete"), delete_addressbook_cb, NULL, "edit-delete", 0, EAB_POPUP_SOURCE_USER|EAB_POPUP_SOURCE_PRIMARY }, { E_POPUP_BAR, "99.bar" }, - { E_POPUP_ITEM, "99.properties", N_("_Properties..."), edit_addressbook_cb, NULL,"document-properties", 0, EAB_POPUP_SOURCE_PRIMARY }, + { E_POPUP_ITEM, "99.properties", N_("_Properties"), edit_addressbook_cb, NULL,"document-properties", 0, EAB_POPUP_SOURCE_PRIMARY }, }; static void |