[Xfce4-commits] <midori:master> Correct description of TabMinimize

Christian Dywan noreply at xfce.org
Sun Oct 24 21:08:07 CEST 2010


Updating branch refs/heads/master
         to 21a82db2684c62f51150f3738420abb5acc25f99 (commit)
       from b86b5056f8389507fe2a4c06358debbf4336c3a6 (commit)

commit 21a82db2684c62f51150f3738420abb5acc25f99
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Oct 24 20:52:30 2010 +0200

    Correct description of TabMinimize
    
    While internally still called 'minimize', the description
    needs to say that only the icon of the tab is shown.

 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 21e662d..0b3730f 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4980,8 +4980,8 @@ static const GtkActionEntry entries[] =
         N_("Focus _Current Tab"), "<Ctrl>Home",
         N_("Focus the current tab"), G_CALLBACK (_action_tab_current_activate) },
     { "TabMinimize", NULL,
-        N_("Minimize _Current Tab"), "",
-        N_("Minimize the current tab"), G_CALLBACK (_action_tab_minimize_activate) },
+        N_("Only show the Icon of the _Current Tab"), "",
+        N_("Only show the icon of the current tab"), G_CALLBACK (_action_tab_minimize_activate) },
     { "TabDuplicate", NULL,
         N_("_Duplicate Current Tab"), "",
         N_("Duplicate the current tab"), G_CALLBACK (_action_tab_duplicate_activate) },



More information about the Xfce4-commits mailing list