aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Monreal <mmonreal@svn.gnome.org>2008-08-09 03:15:18 +0800
committerMichael Monreal <mmonreal@src.gnome.org>2008-08-09 03:15:18 +0800
commita0f103a834199fc92a4f21343ecdf3d13c8ad7f4 (patch)
tree04b5d1e47df193ee5f611f823dc2b11eaeca9b0a
parent6d35226aa06947bc1ec7356400b1f179321ac76e (diff)
downloadgsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.tar
gsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.tar.gz
gsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.tar.bz2
gsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.tar.lz
gsoc2013-evolution-a0f103a834199fc92a4f21343ecdf3d13c8ad7f4.tar.xz
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
-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