From: Carlos Garcia Campos <carlosgc@gnome.org>
Date: Mon, 16 Nov 2009 12:07:51 +0000 (+0100)
Subject: [shell] Fix attachment popup labels
X-Git-Tag: EVINCE_2_29_2~5
X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=ce79c8b66239befb73e9554fce3e5b3c82bd2eb2;p=evince.git

[shell] Fix attachment popup labels
---

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) },
 };