post vpat-57: qf locator string tweak (#4067)

This commit is contained in:
abaevbog 2024-05-01 01:18:28 -04:00 committed by GitHub
parent fa647459ac
commit 9f453b55ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -115,8 +115,8 @@
<menulist onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="label" tabindex="0" native="true" data-l10n-id="quickformat-locator-type"> <menulist onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="label" tabindex="0" native="true" data-l10n-id="quickformat-locator-type">
<menupopup id="locator-type-popup"/> <menupopup id="locator-type-popup"/>
</menulist> </menulist>
<label id="locator_input_label" data-l10n-id="quickformat-locator-value" hidden="true"></label> <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"/> <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> </hbox>
<separator style="height: 2px" flex="1"/> <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"/> <checkbox oncommand="Zotero_Citation_Dialog.confirmRegenerate(true)" id="suppress-author" label="&zotero.citation.suppressAuthor.label;" tabindex="0" native="true"/>

View file

@ -484,7 +484,7 @@ quickformat-accept =
.tooltiptext = Save edits to this citation .tooltiptext = Save edits to this citation
quickformat-locator-type = quickformat-locator-type =
.aria-label = 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-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. 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.