mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Merge bbe9f52f9b into 1d1d32a211
This commit is contained in:
commit
307de75313
2 changed files with 13 additions and 12 deletions
|
|
@ -480,7 +480,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
button = document.createXULElement("div");
|
||||
button = document.createElement("div");
|
||||
button.classList.add("btn");
|
||||
button.dataset.pane = paneID;
|
||||
button.addEventListener('contextmenu', this.handleButtonContextMenu);
|
||||
|
|
|
|||
|
|
@ -704,27 +704,27 @@ attachment-preview =
|
|||
.aria-label = { pane-attachment-preview }
|
||||
|
||||
sidenav-info =
|
||||
.tooltiptext = { pane-info }
|
||||
.title = { pane-info }
|
||||
sidenav-abstract =
|
||||
.tooltiptext = { pane-abstract }
|
||||
.title = { pane-abstract }
|
||||
sidenav-attachments =
|
||||
.tooltiptext = { pane-attachments }
|
||||
.title = { pane-attachments }
|
||||
sidenav-notes =
|
||||
.tooltiptext = { pane-notes }
|
||||
.title = { pane-notes }
|
||||
sidenav-note-info =
|
||||
.tooltiptext = { pane-note-info }
|
||||
.title = { pane-note-info }
|
||||
sidenav-attachment-info =
|
||||
.tooltiptext = { pane-attachment-info }
|
||||
.title = { pane-attachment-info }
|
||||
sidenav-attachment-preview =
|
||||
.tooltiptext = { pane-attachment-preview }
|
||||
.title = { pane-attachment-preview }
|
||||
sidenav-attachment-annotations =
|
||||
.tooltiptext = { pane-attachment-annotations }
|
||||
.title = { pane-attachment-annotations }
|
||||
sidenav-libraries-collections =
|
||||
.tooltiptext = { pane-libraries-collections }
|
||||
.title = { pane-libraries-collections }
|
||||
sidenav-tags =
|
||||
.tooltiptext = { pane-tags }
|
||||
.title = { pane-tags }
|
||||
sidenav-related =
|
||||
.tooltiptext = { pane-related }
|
||||
.title = { pane-related }
|
||||
sidenav-main-btn-grouping =
|
||||
.aria-label = { pane-item-details }
|
||||
sidenav-reorder-up =
|
||||
|
|
@ -762,6 +762,7 @@ context-notes-search =
|
|||
.placeholder = Search Notes
|
||||
context-notes-return-button =
|
||||
.aria-label = { general-go-back }
|
||||
.tooltiptext = { general-go-back }
|
||||
|
||||
new-collection = New Collection…
|
||||
menu-new-collection =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue