From: Christian Dywan Date: Sun, 24 Oct 2010 18:52:30 +0000 (+0200) Subject: Correct description of TabMinimize X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a82db2684c62f51150f3738420abb5acc25f99;p=midori Correct description of TabMinimize While internally still called 'minimize', the description needs to say that only the icon of the tab is shown. --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 21e662d7..0b3730f4 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4980,8 +4980,8 @@ static const GtkActionEntry entries[] = N_("Focus _Current Tab"), "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) },