summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-22 16:18:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:18 +0200
commitdd59845107509d8e7f0caf99d3c1fc142d83d4ca (patch)
treed46fb8fcfb630d90c85c0adb25a9118058af1dd3 /officecfg
parent16051c9ad66d55149ad6a963cfaa9e351d2ea7ea (diff)
fix descripton of the updater configuration properties
Change-Id: I2db29360dc26b4e83e851c3b1b504ef4748368b9
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Update.xcs4
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Update.xcs b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
index 145adb787f78..27ea3ed72b0a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Update.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
@@ -25,7 +25,7 @@
</prop>
<prop oor:name="Mode" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Selects if the the user should be asked about updates or nor</desc>
+ <desc>Selects if the the user should be asked about updates or not</desc>
</info>
<value>Some Value</value>
</prop>
@@ -43,7 +43,7 @@
</prop>
<prop oor:name="UpdateChannel" oor:type="xs:string" oor:nillable="false">
<info>
- <desc>The update channel that is current use</desc>
+ <desc>The update channel that is currently in use</desc>
</info>
<value>Release</value>
</prop>