summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-22 09:46:57 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-08-22 09:50:18 -0400
commit45b03c888042052a47cb79bc5a2837d04e115c5e (patch)
tree68a54393517c5c8f81baf0b4900d6a3213c750a0 /officecfg
parentc29af1572ad15ac5199a09e5812fb8354c165329 (diff)
fdo#52451: Some name changes to be consistent with other prop names.
We use IMPORT EXPORT flags, so let's stick with the term 'Export' as opposed to 'FileSave'. Also, the file type's extensions are given without the star-dot (*.), so let's strip that as well. Change-Id: Ibde05058f7acb6ae149382009e78f3f10a71d543
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
index 1de918a7ab49..ce76d8aebd94 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
@@ -69,7 +69,7 @@
<prop oor:name="UIName" oor:localized="true" oor:type="xs:string">
<info><desc>Localized name of the filter, whch can be shown at the UI.</desc></info>
</prop>
- <prop oor:name="FileSaveExtension" oor:type="xs:string" oor:nillable="true">
+ <prop oor:name="ExportExtension" oor:type="xs:string" oor:nillable="true">
<info><desc>Extension to use when exporting content using this filter. When this value is not given, it is inferred from the Type associated with this filter.</desc></info>
</prop>
</group>