diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-popup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-popup.c b/addressbook/gui/component/select-names/e-select-names-popup.c index 332d802845..86779519f3 100644 --- a/addressbook/gui/component/select-names/e-select-names-popup.c +++ b/addressbook/gui/component/select-names/e-select-names-popup.c @@ -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; |