[evince] [shell] Fix attachment popup labels



commit ce79c8b66239befb73e9554fce3e5b3c82bd2eb2
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Mon Nov 16 13:07:51 2009 +0100

    [shell] Fix attachment popup labels

 shell/ev-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 02a3087..63d8f5c 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) },
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]