Author: cosimoc
Date: Mon Jan 28 20:43:52 2008
New Revision: 7897
URL: http://svn.gnome.org/viewvc/epiphany?rev=7897&view=rev
Log:
HIG fixes for menu.
Bug #483312, patch by Luca Ferretti.
Modified:
trunk/src/ephy-window.c
Modified: trunk/src/ephy-window.c
==============================================================================
--- trunk/src/ephy-window.c (original)
+++ trunk/src/ephy-window.c Mon Jan 28 20:43:52 2008
@@ -135,7 +135,7 @@
{ "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",
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.