This commit is contained in:
Mi Ramon 2026-08-27 22:39:05 +02:00 committed by GitHub
commit 307de75313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 12 deletions

View file

@ -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);

View file

@ -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 =