[ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", as

2003-03-12  Chris Toshok  <toshok@ximian.com>

	[ fixes bug #20210 ]
	* gui/component/select-names/e-select-names-popup.c
	(popup_menu_card): change "Edit Contact Info" to "View Contact
	Info", as you can't always edit the contact (if the book is read
	only).
	(popup_menu_list): same, but for a contact list.

svn path=/trunk/; revision=20270
This commit is contained in:
Chris Toshok
2003-03-13 05:51:36 +00:00
committed by Chris Toshok
parent 4b32de61d0
commit b1df789b25
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2003-03-12 Chris Toshok <toshok@ximian.com>
[ fixes bug #20210 ]
* gui/component/select-names/e-select-names-popup.c
(popup_menu_card): change "Edit Contact Info" to "View Contact
Info", as you can't always edit the contact (if the book is read
only).
(popup_menu_list): same, but for a contact list.
2003-03-11 Chris Toshok <toshok@ximian.com>
[ fixes bug #39507 ]

View File

@ -297,7 +297,7 @@ popup_menu_card (PopupInfo *info)
++i;
uiinfo[i].type = GNOME_APP_UI_ITEM;
uiinfo[i].label = N_("Edit Contact Info");
uiinfo[i].label = N_("View Contact Info");
uiinfo[i].moreinfo = edit_contact_info_cb;
++i;
@ -396,7 +396,7 @@ popup_menu_list (PopupInfo *info)
}
uiinfo[i].type = GNOME_APP_UI_ITEM;
uiinfo[i].label = N_("Edit Contact List");
uiinfo[i].label = N_("View Contact List");
uiinfo[i].moreinfo = edit_contact_info_cb;
++i;