vpat 56: added tooltip for quickFormat Z-menu (#4000)
It could be a simple aria-label but tooltip is more functional
This commit is contained in:
parent
e7c7367509
commit
709281db02
2 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<hbox class="citation-dialog main" flex="1" align="start">
|
||||
<hbox flex="1">
|
||||
<vbox class="citation-dialog icons start">
|
||||
<toolbarbutton id="zotero-icon" type="menu" tabindex="0" disabled="true">
|
||||
<toolbarbutton id="zotero-icon" data-l10n-id="quickformat-citation-options" type="menu" tabindex="0" disabled="true">
|
||||
<menupopup>
|
||||
<menuitem id="keep-sorted" label="&zotero.citation.keepSorted.label;"
|
||||
oncommand="Zotero_QuickFormat.onKeepSortedCommand()" type="checkbox"
|
||||
|
|
|
@ -494,6 +494,8 @@ quickformat-accept =
|
|||
quickformat-locator-type =
|
||||
.aria-label = Locator type
|
||||
quickformat-locator-value = Locator
|
||||
quickformat-citation-options =
|
||||
.tooltiptext = Show citation options
|
||||
|
||||
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