diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-06 18:25:01 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-06 18:35:26 -0500 |
commit | 6e78bf76f3a10b43475e1bd801bdcbb9ce62f668 (patch) | |
tree | ed81ae8af2003a519cf5159cbb4f27f34686f4d1 | |
parent | 0393df4f9c2cb163350aef3fa14e7d1662367065 (diff) |
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
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 735d617e75fc..3e12671dd91f 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> |