vpat 43: add label to scaffold translator output
In a new scaffold.ftl file. Vpat 43 also indicates that the readonly state of the textfield does not get announced - it is a voiceover specific issue on firefox, so it is not addressed here as it should be fixed globally.
This commit is contained in:
parent
99d977be3f
commit
61b03a286c
2 changed files with 4 additions and 1 deletions
|
@ -51,6 +51,7 @@
|
||||||
<html:link rel="localization" href="browser/browserSets.ftl"/>
|
<html:link rel="localization" href="browser/browserSets.ftl"/>
|
||||||
<html:link rel="localization" href="toolkit/global/textActions.ftl"/>
|
<html:link rel="localization" href="toolkit/global/textActions.ftl"/>
|
||||||
<html:link rel="localization" href="zotero.ftl" />
|
<html:link rel="localization" href="zotero.ftl" />
|
||||||
|
<html:link rel="localization" href="scaffold.ftl" />
|
||||||
</linkset>
|
</linkset>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -536,7 +537,7 @@
|
||||||
</tabbox>
|
</tabbox>
|
||||||
<splitter id="pane-splitter" resizeafter="farthest" />
|
<splitter id="pane-splitter" resizeafter="farthest" />
|
||||||
<vbox id="right-pane">
|
<vbox id="right-pane">
|
||||||
<html:textarea id="output" readonly="true"/>
|
<html:textarea id="output" readonly="true" data-l10n-id="scaffold-translator-output"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
|
|
2
chrome/locale/en-US/zotero/scaffold.ftl
Normal file
2
chrome/locale/en-US/zotero/scaffold.ftl
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
scaffold-translator-output =
|
||||||
|
.aria-label = Console
|
Loading…
Reference in a new issue