diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-07-05 01:48:45 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-07-05 01:48:45 -0500 |
commit | 9734d0a96716df8027f195b97a7134cc0ff96c3a (patch) | |
tree | 567ed50afaf51400e0b219ecb2929bf878a7f62f /officecfg | |
parent | 67afab2a7cd5596d321bb85e6e2624df19c2296b (diff) |
Related: tdf#92540 Use “S” as accelerator
While an S is already used in this file, it does not conflict
with this command from Math’s Tools menu.
Change-Id: Id69ade4b076e53b680395871b5bef34afe1c6ecc
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu index 42b9eb4babf3..02c5b52c99f3 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu @@ -90,7 +90,7 @@ </node> <node oor:name=".uno:SymbolCatalogue" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Sym~bols</value> + <value xml:lang="en-US">~Symbols…</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |