diff options
Diffstat (limited to 'addressbook/gui/widgets/eab-contact-display.c')
-rw-r--r-- | addressbook/gui/widgets/eab-contact-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 35d9457ece..529bb0b25c 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -145,7 +145,7 @@ action_contact_send_message_cb (GtkAction *action, static GtkActionEntry internal_mailto_entries[] = { { "contact-mailto-copy", - GTK_STOCK_COPY, + "edit-copy", N_("Copy _Email Address"), NULL, N_("Copy the email address to the clipboard"), |