[epiphany/wip/exalm/menu: 2/7] notebook-context-menu: Use the same mnemonic for pin actions




commit f69afe3c6fd35c6ff6f03cf6831ac2975950fd35
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Sep 8 15:43:17 2020 +0500

    notebook-context-menu: Use the same mnemonic for pin actions
    
    They can only ever be shown one at a time, there's no reason to have
    different mnemonics.

 src/resources/gtk/notebook-context-menu.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/gtk/notebook-context-menu.ui b/src/resources/gtk/notebook-context-menu.ui
index 43efe7db0..6c179ea80 100644
--- a/src/resources/gtk/notebook-context-menu.ui
+++ b/src/resources/gtk/notebook-context-menu.ui
@@ -23,7 +23,7 @@
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Unpi_n Tab</attribute>
+        <attribute name="label" translatable="yes">Unp_in Tab</attribute>
         <attribute name="action">tab.unpin</attribute>
         <attribute name="hidden-when">action-disabled</attribute>
       </item>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]