Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorBryan Clark <clarkbw@cvs.gnome.org>2005-02-16 19:06:40 (GMT)
committer Bryan W Clark <clarkbw@src.gnome.org>2005-02-16 19:06:40 (GMT)
commit25043e8e41a328fe9e06bb0728c63156a11fe896 (patch)
tree6d3c0de76940bdceb84ac4fb30ce28721a50e6a3 /shell
parent2c8c840466f3948e431ae851417e5ef92acf6fa7 (diff)
added ellipsis to Print item. Fixes bug 166915
2005-02-16 Bryan Clark <clarkbw@cvs.gnome.org> * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
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, "<control>P",
+ { "FilePrint", GTK_STOCK_PRINT, N_("Print..."), "<control>P",
N_("Print this document"),
G_CALLBACK (ev_window_cmd_file_print) },
{ "FileCloseWindow", GTK_STOCK_CLOSE, NULL, "<control>W",