Correct description of TabMinimize
While internally still called 'minimize', the description needs to say that only the icon of the tab is shown.
This commit is contained in:
parent
b86b5056f8
commit
21a82db268
1 changed files with 2 additions and 2 deletions
|
@ -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) },
|
||||
|
|
Loading…
Reference in a new issue