From 25043e8e41a328fe9e06bb0728c63156a11fe896 Mon Sep 17 00:00:00 2001 From: Bryan Clark Date: Wed, 16 Feb 2005 19:06:40 +0000 Subject: added ellipsis to Print item. Fixes bug 166915 2005-02-16 Bryan Clark * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915 --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index 387e998..58e2bfa 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -1840,7 +1840,7 @@ static GtkActionEntry entries[] = { { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy..."), NULL, N_("Save the current document with a new filename"), G_CALLBACK (ev_window_cmd_save_as) }, - { "FilePrint", GTK_STOCK_PRINT, NULL, "P", + { "FilePrint", GTK_STOCK_PRINT, N_("Print..."), "P", N_("Print this document"), G_CALLBACK (ev_window_cmd_file_print) }, { "FileCloseWindow", GTK_STOCK_CLOSE, NULL, "W", -- cgit v0.9.1