aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--addressbook/gui/component/addressbook-view.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ee729b2c64..25c1c53716 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
+
** Additional fix for bug #467115
* addressbook/gui/contact-editor/e-contact-editor.c:
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