Fix "Attachments" and "Notes" labels in columnpicker

Regression from new item pane, since we were using the tab labels for
the column labels. The real fix here is to support Fluent strings for
tree columns, but that's more complicated.
This commit is contained in:
Dan Stillman 2024-01-02 06:50:36 -05:00
parent 1b9f7424eb
commit 0f60207287

View file

@ -46,6 +46,10 @@
<!ENTITY zotero.upgrade.changeLogLink "the changelog">
<!ENTITY zotero.upgrade.changeLogAfterLink "to find out what's new.">
<!-- Used for columnpicker until the tree supports Fluent strings -->
<!ENTITY zotero.tabs.notes.label "Notes">
<!ENTITY zotero.tabs.attachments.label "Attachments">
<!ENTITY zotero.toolbar.duplicate.label "Show Duplicates">
<!ENTITY zotero.collections.showUnfiledItems "Show Unfiled Items">
<!ENTITY zotero.collections.showRetractedItems "Show Retracted Items">