finally fixed language chooser
git-svn-id: http://yolanda.mister-muffin.de/svn@305 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
c4b86cf26c
commit
3677f99dda
2 changed files with 2 additions and 1 deletions
|
@ -149,6 +149,7 @@
|
|||
<string id="instruction_description">Describe the video in natural language.</string>
|
||||
<string id="instruction_source">Specify the source, preferably by URL.</string>
|
||||
<string id="instruction_language">State the language of the video.</string>
|
||||
<string id="instruction_language_choose">choose a language</string>
|
||||
<string id="instruction_coverage">Specify the time and location covered.</string>
|
||||
<string id="instruction_rights">Specify the copyright owner of the video.</string>
|
||||
<string id="instruction_license">Specify the license, preferably by URL.</string>
|
||||
|
|
|
@ -282,7 +282,7 @@
|
|||
<xsl:attribute name="selected">selected</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:attribute name="value"></xsl:attribute>
|
||||
Undefined
|
||||
<xsl:value-of select="$locale_strings[@id='instruction_language_choose']" />
|
||||
</option>
|
||||
<xsl:for-each select="$language_strings">
|
||||
<option>
|
||||
|
|
Loading…
Reference in a new issue