[Xfce4-commits] <midori:master> Rename menu _Window to _Tabs

Christian Dywan noreply at xfce.org
Fri Feb 15 00:58:01 CET 2013


Updating branch refs/heads/master
         to 95eb63e32edfea1cf19dce4776e48cf937d58a3a (commit)
       from 25f94c69f1b12748a510cf311bf6134830964229 (commit)

commit 95eb63e32edfea1cf19dce4776e48cf937d58a3a
Author: Cuzzie Lee <kelwin.lee at gmail.com>
Date:   Fri Feb 15 00:54:15 2013 +0100

    Rename menu _Window to _Tabs
    
    Fixes: https://bugs.launchpad.net/midori/+bug/738474

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

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 1412df6..6580533 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -6094,7 +6094,7 @@ midori_browser_init (MidoriBrowser* browser)
 
     action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
         "name", "Window",
-        "label", _("_Window"),
+        "label", _("_Tabs"),
         "stock-id", GTK_STOCK_INDEX,
         "tooltip", _("Show a list of all open tabs"),
         "array", browser->proxy_array,


More information about the Xfce4-commits mailing list