summaryrefslogtreecommitdiff
path: root/officecfg/registry
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-06-08 14:36:39 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-06-08 14:52:58 +0200
commit7905dba8a5c76eb7b4da5580e4f77e1a9b0dc8f0 (patch)
tree783b19a2fffb2540f6f2209a12eee541882f90e0 /officecfg/registry
parent6f17d42f251bf4a20b4192c16fa007226dcf17ed (diff)
fix typos
Change-Id: I47acb63703d007da7493d9baaa5569bc375e4f56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135386 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'officecfg/registry')
-rw-r--r--officecfg/registry/schema/org/openoffice/UserProfile.xcs10
1 files changed, 5 insertions, 5 deletions
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>