officecfg/registry/schema/org/openoffice/Office/UI.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5414e48ef97b4734912d64adcdadfca2f50e2aa4 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 18 21:54:19 2024 +0100 Commit: Christian Lohmaier <[email protected]> CommitDate: Thu Dec 19 20:30:51 2024 +0100 Fix typo Change-Id: I93758f1bb09b9a7ce65e3692d968149fc58ae6c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178746 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Sahil Gautam <[email protected]> (cherry picked from commit 12af04516999c2e13156b25e7fe2a1d22f347575) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178797 Reviewed-by: Xisco Fauli <[email protected]> Reviewed-by: Christian Lohmaier <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index 550131144f58..a1a5d3113186 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs @@ -1027,7 +1027,7 @@ </prop> <prop oor:name="Dark" oor:type="xs:int"> <info> - <desc>Specifies dark color for the SQL strigns.</desc> + <desc>Specifies dark color for the SQL strings.</desc> </info> </prop> </group>
