officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 12a80d523abfd35601bd8a111fd8c2cacdfd8b9c Author: Caolán McNamara <[email protected]> Date: Thu Mar 1 15:44:23 2018 +0000 Resolves: tdf#115746 alt+f used twice in the writer menubar Change-Id: I7d1589dbb51072aa328d91c0edee410fc69f2fe8 Reviewed-on: https://gerrit.libreoffice.org/50592 Tested-by: Jenkins <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index d9ba29817bb5..a90f5a7e94b8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3516,7 +3516,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"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
