From 94ee681f076d6db7b948fd3f60dfbfbd34fcb347 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 7 Apr 2011 22:41:27 +0200 Subject: [PATCH] Rename 'Quit' to 'Close all Windows' That's what it does effectively. --- midori/midori-browser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 155c5833..f4251447 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4967,8 +4967,8 @@ static const GtkActionEntry entries[] = NULL, "p", N_("Print the current page"), G_CALLBACK (_action_print_activate) }, { "Quit", GTK_STOCK_QUIT, - NULL, "q", - N_("Quit the application"), G_CALLBACK (_action_quit_activate) }, + N_("Close a_ll Windows"), "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)