[evince] shell: Remove duplicate and conflictive mnemonics



commit cdba5213ae181d03fe449677eef189f9c3446191
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Fri Jul 13 00:47:02 2018 -0400

    shell: Remove duplicate and conflictive mnemonics
    
    Reorganize the mnemonics in the primary action to avoid
    duplication of them. Consider that mnemonics may cause conflict
    with shortcuts (the ones with Alt+letter).
    
    Fixes #938
    Fixes #770

 shell/evince-menus.ui | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/shell/evince-menus.ui b/shell/evince-menus.ui
index 76af349b..3370935a 100644
--- a/shell/evince-menus.ui
+++ b/shell/evince-menus.ui
@@ -25,30 +25,30 @@
     <section>
       <attribute name="display-hint">horizontal-buttons</attribute>
       <item>
-        <attribute name="label" translatable="yes">_Print…</attribute>
+        <attribute name="label" translatable="yes">Print…</attribute>
         <attribute name="action">win.print</attribute>
         <attribute name="verb-icon">printer-symbolic</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_Fullscreen</attribute>
+        <attribute name="label" translatable="yes">Fullscreen</attribute>
         <attribute name="action">win.fullscreen</attribute>
         <attribute name="verb-icon">view-fullscreen-symbolic</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">Send _To…</attribute>
+        <attribute name="label" translatable="yes">Send To…</attribute>
         <attribute name="action">win.send-to</attribute>
         <attribute name="verb-icon">send-to-symbolic</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_New Window</attribute>
+        <attribute name="label" translatable="yes">New _Window</attribute>
         <attribute name="action">win.new</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">Op_en a Copy</attribute>
+        <attribute name="label" translatable="yes">Open a C_opy</attribute>
         <attribute name="action">win.open-copy</attribute>
       </item>
       <item>
@@ -62,7 +62,7 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">Pre_sent as Slideshow</attribute>
+        <attribute name="label" translatable="yes">Present as _Slideshow</attribute>
         <attribute name="action">win.presentation</attribute>
       </item>
     </section>
@@ -82,25 +82,25 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_Rotate ⤵</attribute>
+        <attribute name="label" translatable="yes">Ro_tate ⤵</attribute>
         <attribute name="action">win.rotate-right</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_Night Mode</attribute>
+        <attribute name="label" translatable="yes">Ni_ght Mode</attribute>
         <attribute name="action">win.inverted-colors</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">P_roperties…</attribute>
+        <attribute name="label" translatable="yes">Prop_erties…</attribute>
         <attribute name="action">win.show-properties</attribute>
       </item>
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">Save Current Settings as _Default</attribute>
+        <attribute name="label" translatable="yes">Save Current Settings as Defa_ult</attribute>
         <attribute name="action">win.save-settings</attribute>
       </item>
       <item>


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