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-10-15 23:12:34 -0700
commitbad9a76bd2a1c9b35f220168a0c888b541810280 (patch)
tree9633474c8c4e2ebe13cf3080623a5deaf8d1feb1 /src
parent5491ba8fee3c3a780aa18bec46968b449893ab8f (diff)
downloadwix-bad9a76bd2a1c9b35f220168a0c888b541810280.tar.gz
wix-bad9a76bd2a1c9b35f220168a0c888b541810280.tar.bz2
wix-bad9a76bd2a1c9b35f220168a0c888b541810280.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>