diff options
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Update.xcs | 4 |
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> |