Rename 'Quit' to 'Close all Windows'

That's what it does effectively.
This commit is contained in:
Christian Dywan 2011-04-07 22:41:27 +02:00
parent 42fa621cd9
commit 94ee681f07

View file

@ -4967,8 +4967,8 @@ static const GtkActionEntry entries[] =
NULL, "<Ctrl>p",
N_("Print the current page"), G_CALLBACK (_action_print_activate) },
{ "Quit", GTK_STOCK_QUIT,
NULL, "<Ctrl><Shift>q",
N_("Quit the application"), G_CALLBACK (_action_quit_activate) },
N_("Close a_ll Windows"), "<Ctrl><Shift>q",
N_("Close all open windows"), G_CALLBACK (_action_quit_activate) },
{ "Edit", NULL, N_("_Edit"), NULL, NULL, G_CALLBACK (_action_edit_activate) },
#if WEBKIT_CHECK_VERSION (1, 1, 14)