diff options
Diffstat (limited to 'src/resources/gtk/notebook-context-menu.ui')
-rw-r--r-- | src/resources/gtk/notebook-context-menu.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/gtk/notebook-context-menu.ui b/src/resources/gtk/notebook-context-menu.ui index 7c61c2b7e..ed58b5ab4 100644 --- a/src/resources/gtk/notebook-context-menu.ui +++ b/src/resources/gtk/notebook-context-menu.ui @@ -27,6 +27,11 @@ <attribute name="action">tab.unpin</attribute> <attribute name="hidden-when">action-disabled</attribute> </item> + <item> + <attribute name="label" translatable="yes">_Mute Tab</attribute> + <attribute name="action">tab.mute</attribute> + <attribute name="hidden-when">action-disabled</attribute> + </item> </section> <section> <item> |