diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-01-29 04:43:52 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-01-29 04:43:52 +0800 |
commit | d23503d2cc3da25b6a1fc32fa091bfd77921df77 (patch) | |
tree | c75a20b1071e30935e6e25a17ca9a1526ae3a4ba | |
parent | 1ae87d9257e17f591584d50289a339e64926477b (diff) | |
download | gsoc2013-epiphany-d23503d2cc3da25b6a1fc32fa091bfd77921df77.tar gsoc2013-epiphany-d23503d2cc3da25b6a1fc32fa091bfd77921df77.tar.gz gsoc2013-epiphany-d23503d2cc3da25b6a1fc32fa091bfd77921df77.tar.bz2 gsoc2013-epiphany-d23503d2cc3da25b6a1fc32fa091bfd77921df77.tar.lz gsoc2013-epiphany-d23503d2cc3da25b6a1fc32fa091bfd77921df77.tar.xz gsoc2013-epiphany-d23503d2cc3da25b6a1fc32fa091bfd77921df77.tar.zst gsoc2013-epiphany-d23503d2cc3da25b6a1fc32fa091bfd77921df77.zip |
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
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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…"), "<shift><control>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"),"<control><shift>P", |