From d23503d2cc3da25b6a1fc32fa091bfd77921df77 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 28 Jan 2008 20:43:52 +0000 Subject: HIG fixes for menu. Bug #483312, patch by Luca Ferretti. HIG fixes for menu. Bug #483312, patch by Luca Ferretti. svn path=/trunk/; revision=7897 --- src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index 7213d1315..a8c696dd9 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -135,7 +135,7 @@ static const GtkActionEntry ephy_menu_entries [] = { { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("Save _As…"), "S", N_("Save the current page"), G_CALLBACK (window_cmd_file_save_as) }, - { "FilePrintSetup", STOCK_PRINT_SETUP, N_("Print Set_up…"), NULL, + { "FilePrintSetup", STOCK_PRINT_SETUP, N_("Page Set_up"), NULL, N_("Setup the page settings for printing"), G_CALLBACK (window_cmd_file_print_setup) }, { "FilePrintPreview", GTK_STOCK_PRINT_PREVIEW, N_("Print Pre_view"),"P", -- cgit v1.2.3