]> spindle.queued.net Git - midori/commitdiff
Correct description of TabMinimize
authorChristian Dywan <christian@twotoasts.de>
Sun, 24 Oct 2010 18:52:30 +0000 (20:52 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 24 Oct 2010 19:06:28 +0000 (21:06 +0200)
While internally still called 'minimize', the description
needs to say that only the icon of the tab is shown.

midori/midori-browser.c

index 21e662d7a8c899095c8d63781f755026e327969a..0b3730f4ab110075d26bd90dac3730526ac5f3e7 100644 (file)
@@ -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) },