officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ee26f786431bba97134f75ac3f9440712562f2a Author: Seth Chaiklin <[email protected]> AuthorDate: Thu Jan 14 02:23:15 2021 +0100 Commit: Heiko Tietze <[email protected]> CommitDate: Mon Jan 18 13:27:04 2021 +0100 tdf#134432 change "Highlight Color" to "Character Highlighting Color" Change-Id: Ifb1fc36151e3aee72a4977b5bbe1601f3b0b6ec7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109131 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 31286da7a6fb..72721e20f55e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2718,7 +2718,7 @@ </node> <node oor:name=".uno:BackColor" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Highlight Color</value> + <value xml:lang="en-US">Character Highlighting Color</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
