From ce79c8b66239befb73e9554fce3e5b3c82bd2eb2 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 16 Nov 2009 13:07:51 +0100 Subject: [PATCH] [shell] Fix attachment popup labels --- shell/ev-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index 02a30877..63d8f5ce 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5181,9 +5181,9 @@ static const GtkActionEntry view_popup_entries [] = { }; static const GtkActionEntry attachment_popup_entries [] = { - { "OpenAttachment", GTK_STOCK_OPEN, N_("_Open..."), NULL, + { "OpenAttachment", GTK_STOCK_OPEN, N_("_Open Attachment"), NULL, NULL, G_CALLBACK (ev_attachment_popup_cmd_open_attachment) }, - { "SaveAttachmentAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy..."), NULL, + { "SaveAttachmentAs", GTK_STOCK_SAVE_AS, N_("_Save Attachment As..."), NULL, NULL, G_CALLBACK (ev_attachment_popup_cmd_save_attachment_as) }, }; -- 2.43.0