diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 00:34:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-19 09:39:47 +0200 |
commit | 46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 (patch) | |
tree | 818bf461adbc7878ded586a29c4e9417e6193c50 /officecfg | |
parent | b9b8ca7739828c26ec421b486a3018b8382a4caf (diff) |
Fix typos
Change-Id: Ida64346bc11053bf43fd1208914407b3b2f1338e
Reviewed-on: https://gerrit.libreoffice.org/77681
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs index e3e0dd499481..940bae73a5e2 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs @@ -62,7 +62,7 @@ </prop> <prop oor:name="DockPos" oor:type="xs:string"> <info> - <desc>Specifies the position of a docked user interface element. For top/bottom docked elements X describes a pixel position and Y the row number, left/right docked elements uses X for the column and Y for the pixel position. X and Y coordinates must be splitted by an comma.</desc> + <desc>Specifies the position of a docked user interface element. For top/bottom docked elements X describes a pixel position and Y the row number, left/right docked elements uses X for the column and Y for the pixel position. X and Y coordinates must be split by a comma.</desc> </info> </prop> <prop oor:name="DockSize" oor:type="xs:string"> @@ -72,12 +72,12 @@ </prop> <prop oor:name="Pos" oor:type="xs:string"> <info> - <desc>Specifies the position of a floating user interface element in pixel. X and Y coordinates must be splitted by an comma and are relative to the document frame.</desc> + <desc>Specifies the position of a floating user interface element in pixel. X and Y coordinates must be split by a comma and are relative to the document frame.</desc> </info> </prop> <prop oor:name="Size" oor:type="xs:string"> <info> - <desc>Specifies the size of a floating user interface element in pixel. The real size can differ if the layout manager decides to resize it due to current circumstances. Width and height must be splitted by an comma.</desc> + <desc>Specifies the size of a floating user interface element in pixel. The real size can differ if the layout manager decides to resize it due to current circumstances. Width and height must be split by a comma.</desc> </info> </prop> <prop oor:name="UIName" oor:type="xs:string" oor:localized="true"> |