Rename 'Quit' to 'Close all Windows'
That's what it does effectively.
This commit is contained in:
parent
42fa621cd9
commit
94ee681f07
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue