From 46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 00:34:24 +0200 Subject: Fix typos Change-Id: Ida64346bc11053bf43fd1208914407b3b2f1338e Reviewed-on: https://gerrit.libreoffice.org/77681 Tested-by: Jenkins Reviewed-by: Julien Nabet --- officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'officecfg/registry/schema') 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 @@ - 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. + 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. @@ -72,12 +72,12 @@ - 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. + 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. - 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. + 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. -- cgit