evolution r35941 - in trunk: . addressbook/gui/component



Author: mmonreal
Date: Fri Aug  8 19:15:18 2008
New Revision: 35941
URL: http://svn.gnome.org/viewvc/evolution?rev=35941&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/addressbook/gui/component/addressbook-view.c

Modified: trunk/addressbook/gui/component/addressbook-view.c
==============================================================================
--- trunk/addressbook/gui/component/addressbook-view.c	(original)
+++ trunk/addressbook/gui/component/addressbook-view.c	Fri Aug  8 19:15:18 2008
@@ -954,7 +954,7 @@
 	{ 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]