diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 15:42:30 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 15:43:41 -0500 |
commit | b4d237950725ea065c5fa812487fe56f8f2dc48a (patch) | |
tree | a40c7a25c5ddec28f770d0ea23e4be5e3c248a0a /officecfg | |
parent | 8b33808a1127c4552735f7a618e9639c6d109686 (diff) |
Assign 'l' as hard-coded accelarator for 'Reload'.
Change-Id: I4c8aa46a02799dd8e8cedda0dd552b51b248a0e8
Diffstat (limited to 'officecfg')
-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 8b15921d2aa6..5bfc495f2279 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -2014,7 +2014,7 @@ </node> <node oor:name=".uno:Reload" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Reload</value> + <value xml:lang="en-US">Re~load</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |