]> spindle.queued.net Git - midori/commitdiff
Rename 'Quit' to 'Close all Windows'
authorChristian Dywan <christian@twotoasts.de>
Thu, 7 Apr 2011 20:41:27 +0000 (22:41 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 7 Apr 2011 20:41:27 +0000 (22:41 +0200)
That's what it does effectively.

midori/midori-browser.c

index 155c583327eb177e29adb59f4e4a4cd3a9de04df..f4251447987e66873e946cafa232645bd0b584dc 100644 (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)