officecfg/registry/schema/org/openoffice/UserProfile.xcs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit 7905dba8a5c76eb7b4da5580e4f77e1a9b0dc8f0 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Wed Jun 8 14:36:39 2022 +0200 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Wed Jun 8 14:52:58 2022 +0200 fix typos Change-Id: I47acb63703d007da7493d9baaa5569bc375e4f56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135386 Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/officecfg/registry/schema/org/openoffice/UserProfile.xcs b/officecfg/registry/schema/org/openoffice/UserProfile.xcs index a0a09852a5f3..0b458c0e24e9 100644 --- a/officecfg/registry/schema/org/openoffice/UserProfile.xcs +++ b/officecfg/registry/schema/org/openoffice/UserProfile.xcs @@ -61,7 +61,7 @@ <prop oor:name="street" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Options - General - User Data --> <info> - <desc>Specifies the street where the use lives.</desc> + <desc>Specifies the street where the user lives.</desc> </info> <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> @@ -109,7 +109,7 @@ <prop oor:name="position" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Options - General - User Data --> <info> - <desc>Specifies the users position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc> + <desc>Specifies the user's position. This field is only present for backward compatibility. It is not defined for ldap orgPerson.</desc> </info> <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> @@ -170,21 +170,21 @@ <prop oor:name="signingkey" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Options - General - User Data --> <info> - <desc>Specifies user's preferred OpenPGP key used for document signing</desc> + <desc>Specifies user's preferred OpenPGP key used for document signing.</desc> </info> <value/> </prop> <prop oor:name="encryptionkey" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Options - General - User Data --> <info> - <desc>Specifies user's preferred OpenPGP key used for document encryption</desc> + <desc>Specifies user's preferred OpenPGP key used for document encryption.</desc> </info> <value/> </prop> <prop oor:name="encrypttoself" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - General - User Data --> <info> - <desc>Whether to encrypt documents for recipient(s) and also for the user with their preferred encryption key</desc> + <desc>Whether to encrypt documents for recipient(s) and also for the user with their preferred encryption key.</desc> </info> <value>true</value> </prop>