From a0f103a834199fc92a4f21343ecdf3d13c8ad7f4 Mon Sep 17 00:00:00 2001 From: Michael Monreal Date: Fri, 8 Aug 2008 19:15:18 +0000 Subject: ** Fix for bug #546748 2008-08-08 Michael Monreal ** 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 --- ChangeLog | 8 ++++++++ addressbook/gui/component/addressbook-view.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee729b2c64..25c1c53716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-08-08 Michael Monreal + + ** Fix for bug #546748 + + * addressbook/gui/component/addressbook-view.c: + Change "_Properties..." to "_Properties" to match HIG and other + components. + 2008-08-08 Michael Monreal ** Additional fix for bug #467115 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 -- cgit