[Xfce4-commits] <midori:master> Rename 'Quit' to 'Close all Windows'

Christian Dywan noreply at xfce.org
Thu Apr 7 22:42:01 CEST 2011


Updating branch refs/heads/master
         to 94ee681f076d6db7b948fd3f60dfbfbd34fcb347 (commit)
       from 42fa621cd9bb1ea0dcf7cf4df9b13dc21eca2859 (commit)

commit 94ee681f076d6db7b948fd3f60dfbfbd34fcb347
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Apr 7 22:41:27 2011 +0200

    Rename 'Quit' to 'Close all Windows'
    
    That's what it does effectively.

 midori/midori-browser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 155c583..f425144 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -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)



More information about the Xfce4-commits mailing list