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:
parent
1b9f7424eb
commit
0f60207287
1 changed files with 4 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue