mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Options seems to be more widely used, so use that instead of Choices
This commit is contained in:
parent
54e164426f
commit
c18e008d70
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ a {
|
|||
<xsl:choose>
|
||||
<xsl:when test="type = 'str' and vals">
|
||||
<div class="setting-attribute">
|
||||
<div class="label">Choices:</div>
|
||||
<div class="label">Options:</div>
|
||||
<div class="value"><xsl:value-of select="vals" /></div>
|
||||
</div>
|
||||
</xsl:when>
|
||||
|
|
Loading…
Reference in a new issue