diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-01 15:44:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-02 09:49:14 +0100 |
commit | 3d39c2a84f05e4b6dcdccc7e5380a98c147ee704 (patch) | |
tree | 94db4dbc00e7bbf28fff7ad5ca5007c8810af811 | |
parent | 75a5034da9a9f628c90ca17f873361cf4ee03380 (diff) |
Resolves: tdf#115746 alt+f used twice in the writer menubar
Change-Id: I7d1589dbb51072aa328d91c0edee410fc69f2fe8
Reviewed-on: https://gerrit.libreoffice.org/50591
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-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 7a00557d5155..af2f0c643cc5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3532,7 +3532,7 @@ </node> <node oor:name=".uno:FormatFormMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Form</value> + <value xml:lang="en-US">Fo~rm</value> </prop> </node> <node oor:name=".uno:InsertGraphic" oor:op="replace"> |