]> www.fi.muni.cz Git - evince.git/commitdiff
[shell] Fix attachment popup labels
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 16 Nov 2009 12:07:51 +0000 (13:07 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 16 Nov 2009 13:28:49 +0000 (14:28 +0100)
shell/ev-window.c

index 02a3087784f0d5975d1093288943ac0e32084b5f..63d8f5ce217c9310dc314a15da5e2c5e3af0f23c 100644 (file)
@@ -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) },
 };