[Libreoffice-commits] core.git: officecfg/registry

Adolfo Jayme Barrientos fitojb at ubuntu.com
Wed May 6 16:37:13 PDT 2015


 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e78bf76f3a10b43475e1bd801bdcbb9ce62f668
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Wed May 6 18:25:01 2015 -0500

    Avoid using letters with descenders as accelerators
    
    The underlining of accelerator keys creates a visual conflict with the
    descender strokes of the letters g, j, p, q, and y, which slows down
    visual scanning; not to mention that some UI fonts might be especially
    problematic due to their design (I’m looking at you, Apple, for choosing
    the grotesque Helvetica Neue, which is particularly unsuitable for UIs).
    
    Spotted by Clara Ginovart Cid.
    
    Change-Id: Ia559904b2f2fc1eddbea0193e95c929f7650c6f0

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 735d617..3e12671 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5594,7 +5594,7 @@
       </node>
       <node oor:name=".uno:AVMediaPlayer" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Media Pla~yer</value>
+          <value xml:lang="en-US">Me~dia Player</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>9</value>


More information about the Libreoffice-commits mailing list