vpat_29: aria labels for insert note dialog (#4005)
This commit is contained in:
parent
91104ebe46
commit
ad1cfa7c98
2 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
|||
<script src="quickFormat.js" type="text/javascript"/>
|
||||
<script src="insertNoteDialog.js" type="text/javascript"/>
|
||||
|
||||
<linkset>
|
||||
<html:link rel="localization" href="zotero.ftl"/>
|
||||
</linkset>
|
||||
|
||||
<box orient="horizontal" class="citation-dialog entry">
|
||||
<deck class="citation-dialog deck" selectedIndex="0" flex="1">
|
||||
<hbox class="citation-dialog main" flex="1" align="start">
|
||||
|
@ -64,4 +68,6 @@
|
|||
height="0" width="0" flip="none">
|
||||
<richlistbox class="citation-dialog reference-list" flex="1"/>
|
||||
</panel>
|
||||
<html:div id="input-description" class="aria-hidden" role="tooltip" data-l10n-id="insert-note-aria-input"></html:div>
|
||||
<html:div id="item-description" class="aria-hidden" role="tooltip" data-l10n-id="insert-note-aria-item"></html:div>
|
||||
</window>
|
||||
|
|
|
@ -480,6 +480,8 @@ quickformat-aria-item = Press { return-or-enter } to add this item to the citati
|
|||
quickformat-accept =
|
||||
.tooltiptext = Save edits to this citation
|
||||
|
||||
insert-note-aria-input = Notes search input. Type to search through your notes. Then Press Tab to focus and navigate the list of results. Press Escape to close the dialog.
|
||||
insert-note-aria-item = Press { return-or-enter } to select this note. Press Tab to go back to the search field. Press Escape to close the dialog.
|
||||
quicksearch-mode =
|
||||
.aria-label = Quick Search mode
|
||||
quicksearch-input =
|
||||
|
|
Loading…
Reference in a new issue