post vpat-57: qf locator string tweak (#4067)
This commit is contained in:
parent
fa647459ac
commit
9f453b55ad
2 changed files with 3 additions and 3 deletions
|
@ -115,8 +115,8 @@
|
|||
<menulist onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="label" tabindex="0" native="true" data-l10n-id="quickformat-locator-type">
|
||||
<menupopup id="locator-type-popup"/>
|
||||
</menulist>
|
||||
<label id="locator_input_label" data-l10n-id="quickformat-locator-value" hidden="true"></label>
|
||||
<html:input aria-labelledby="label locator_input_label" oninput="Zotero_Citation_Dialog.confirmRegenerate(false)" onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="locator" tabindex="0"/>
|
||||
<label id="locator-input-label" data-l10n-id="quickformat-locator-value" hidden="true"></label>
|
||||
<html:input aria-labelledby="label locator-input-label" oninput="Zotero_Citation_Dialog.confirmRegenerate(false)" onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="locator" tabindex="0"/>
|
||||
</hbox>
|
||||
<separator style="height: 2px" flex="1"/>
|
||||
<checkbox oncommand="Zotero_Citation_Dialog.confirmRegenerate(true)" id="suppress-author" label="&zotero.citation.suppressAuthor.label;" tabindex="0" native="true"/>
|
||||
|
|
|
@ -484,7 +484,7 @@ quickformat-accept =
|
|||
.tooltiptext = Save edits to this citation
|
||||
quickformat-locator-type =
|
||||
.aria-label = Locator type
|
||||
quickformat-locator-value = Locator input
|
||||
quickformat-locator-value = Locator
|
||||
|
||||
insert-note-aria-input = Type to search for a note. Press Tab to 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.
|
||||
|
|
Loading…
Reference in a new issue