officecfg/registry/schema/org/openoffice/Office/UI.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 12af04516999c2e13156b25e7fe2a1d22f347575 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 18 21:54:19 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 19 11:24:21 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]> diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index 471fd37f191b..82875cdb0249 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>
