diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 11:42:07 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-08-19 18:43:59 +0200 |
commit | c31fa068ad430746d47ce53e2321ac3302dcb8bb (patch) | |
tree | dedab85d75b0dc52786b6e668d9f98f596089784 /officecfg | |
parent | 6da13334218601b4d1d323eb617667720a82c293 (diff) |
Fix typos
Change-Id: I2bee2a13b639bfb1c69b773f832a1374619670a9
Reviewed-on: https://gerrit.libreoffice.org/77630
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
4 files changed, 9 insertions, 9 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs index 42643cddd245..98d08a7b2f3a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs @@ -406,22 +406,22 @@ </prop> <prop oor:name="ImageSmallURL" oor:type="xs:string"> <info> - <desc>A file URL to address a external bitmap file used for menu images and/or small toolbox buttons. Standard size of an small image is 16x16 pixel.</desc> + <desc>A file URL to address an external bitmap file used for menu images and/or small toolbox buttons. Standard size of a small image is 16x16 pixel.</desc> </info> </prop> <prop oor:name="ImageBigURL" oor:type="xs:string"> <info> - <desc>A file URL to address a external bitmap file used for big toolbox buttons. Standard size of an big image is 26x26 pixel.</desc> + <desc>A file URL to address an external bitmap file used for big toolbox buttons. Standard size of a big image is 26x26 pixel.</desc> </info> </prop> <prop oor:name="ImageSmallHCURL" oor:type="xs:string"> <info> - <desc>A file URL to address a external bitmap file used for high contrast menu images and/or toolbox buttons. Standard size of an small image is 16x16 pixel.</desc> + <desc>A file URL to address an external bitmap file used for high contrast menu images and/or toolbox buttons. Standard size of a small image is 16x16 pixel.</desc> </info> </prop> <prop oor:name="ImageBigHCURL" oor:type="xs:string"> <info> - <desc>A file URL to address a external bitmap file used for big high contrast toolbox buttons. Standard size of an big image is 26x26 pixel.</desc> + <desc>A file URL to address an external bitmap file used for big high contrast toolbox buttons. Standard size of a big image is 26x26 pixel.</desc> </info> </prop> </group> @@ -478,7 +478,7 @@ </info> <set oor:name="AddonMenu" oor:node-type="MenuItem"> <info> - <desc>Contains the structure of the addon menu used by the Office. It provide functions of external components to the user.</desc> + <desc>Contains the structure of the addon menu used by the Office. It provides functions of external components to the user.</desc> </info> </set> <set oor:name="Images" oor:node-type="Images"> @@ -488,7 +488,7 @@ </set> <set oor:name="OfficeMenuBar" oor:node-type="PopupMenu"> <info> - <desc>Contains the structure of addon popup-menus inserted into the Office menubar. It provide functions of external components to the user.</desc> + <desc>Contains the structure of addon popup-menus inserted into the Office menubar. It provides functions of external components to the user.</desc> </info> </set> <set oor:name="OfficeMenuBarMerging" oor:node-type="MergeMenuItems"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 8d4f26fc6cab..543fd8c564a0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5843,7 +5843,7 @@ <info> <desc>Determines the type of character distance compression in Asian text: 0 - no compression; 1 - compress punctuation only; 2 - compress - interpunction an japanese kana.</desc> + interpunction a Japanese kana.</desc> <label>CompressCharacterDistance</label> </info> <value>0</value> diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs index dab24b019bdc..96f98b7315da 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs @@ -423,7 +423,7 @@ <!-- OldLocation: --> <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Click --> <info> - <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at a object creating Button</desc> + <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at an object-creating Button</desc> <label>Default Object Size</label> </info> <prop oor:name="Width" oor:type="xs:int" oor:nillable="false"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 7a2a7b7ec0d6..14027704ba49 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -667,7 +667,7 @@ <!-- OldLocation: --> <!-- UIHints: Default size for newly created objects when using CTRL-Return or CTRL-Click --> <info> - <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at a object creating Button.</desc> + <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at an object-creating Button.</desc> <label>Default Object Size</label> </info> <prop oor:name="Width" oor:type="xs:int" oor:nillable="false"> |