summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Security.xcs
diff options
context:
space:
mode:
authortpf <tpf@openoffice.org>2002-10-18 12:07:15 +0000
committertpf <tpf@openoffice.org>2002-10-18 12:07:15 +0000
commit2095f8ce06235ed2e2ab5b454b7d08a26dc7dc53 (patch)
treeef9cf439437195f22e826ae90155e73e721f4b16 /officecfg/registry/schema/org/openoffice/Office/Security.xcs
parenta74c73fa01ccb89d4f406d7afca805e9ab9fdad8 (diff)
#104337# merged proofread info/desc items
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Security.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Security.xcs14
1 files changed, 7 insertions, 7 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Security.xcs b/officecfg/registry/schema/org/openoffice/Office/Security.xcs
index 27da7831cdc7..e51d81da2590 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Security.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Security.xcs
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<oor:component-schema oor:name="Security" oor:package="org.openoffice.Office"
xsi:schemaLocation="http://openoffice.org/2001/registry component-schema.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
@@ -6,24 +6,24 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xml:lang='en-US'>
<!--Responsible: CD-->
- <info><desc>Stores security related settings for the Office.</desc></info>
+ <info><desc xml:lang="en-US">Stores security related settings.</desc></info>
<templates>
<group oor:name="SecureExtension">
<prop oor:name="Extension" oor:type="xs:string">
- <info><desc>Provides a file extension as a not case sensitive string.</desc></info>
+ <info><desc xml:lang="en-US">Provides a file extension that is not case-sensitive.</desc></info>
</prop>
- <info><desc>Provides a secure file extensions. Opening this kind of files does not harm any risk.</desc></info>
+ <info><desc xml:lang="en-US">Provides secure file extensions. Opening a secure file does not pose any risk.</desc></info>
</group>
</templates>
<component>
<set oor:name="SecureExtensions" oor:node-type="SecureExtension">
- <info><desc>Provides a list of secure file extensions. Opening these kind of files don't harm any risk.</desc></info>
+ <info><desc xml:lang="en-US">Provides a list of secure file extensions. Opening a secure file does not pose any risk.</desc></info>
</set>
<group oor:name="Hyperlinks">
<prop oor:name="Open" oor:type="xs:int">
- <info><desc>Specifies how a hyperlink should be opened ( 0 = Never, 1 = with security checks, 2 = Always open).</desc></info>
+ <info><desc xml:lang="en-US">Specifies how a hyperlink is opened ( 0 = Never, 1 = with security checks, 2 = always open).</desc></info>
</prop>
- <info><desc>Specifies how secure hyperlinks should processed.</desc></info>
+ <info><desc xml:lang="en-US">Specifies how secure hyperlinks are processed.</desc></info>
</group>
</component>
</oor:component-schema>