aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-04-30 11:09:24 -0700
committerRob Mensching <rob@firegiant.com>2025-11-02 11:48:43 -0800
commit71dde87fd9056ddaf6a387d3cf3bd4d921a57296 (patch)
tree9633474c8c4e2ebe13cf3080623a5deaf8d1feb1 /src
parentcd15a94c91caa134482c627927de61db7a42de52 (diff)
downloadwix-71dde87fd9056ddaf6a387d3cf3bd4d921a57296.tar.gz
wix-71dde87fd9056ddaf6a387d3cf3bd4d921a57296.tar.bz2
wix-71dde87fd9056ddaf6a387d3cf3bd4d921a57296.zip
Add a little more context to the FileSearch Languages attribute
Diffstat (limited to 'src')
-rw-r--r--src/xsd/wix.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd
index 1f4dcfa5..992c9be1 100644
--- a/src/xsd/wix.xsd
+++ b/src/xsd/wix.xsd
@@ -4535,7 +4535,7 @@
4535 </xs:attribute> 4535 </xs:attribute>
4536 <xs:attribute name="Languages" type="xs:string"> 4536 <xs:attribute name="Languages" type="xs:string">
4537 <xs:annotation> 4537 <xs:annotation>
4538 <xs:documentation>The languages supported by the file.</xs:documentation> 4538 <xs:documentation>The languages supported by the file. If multiple languages are provided, then the search is for a file that supports all of those languages.</xs:documentation>
4539 </xs:annotation> 4539 </xs:annotation>
4540 </xs:attribute> 4540 </xs:attribute>
4541 </xs:complexType> 4541 </xs:complexType>