Add separator above "Delete All Automatic Tags in This Library…"

This commit is contained in:
Dan Stillman 2019-03-09 16:28:20 -05:00
parent 6abf64943b
commit 99cfddaf18

View file

@ -65,6 +65,7 @@
type="checkbox"
oncommand="ZoteroPane.tagSelector.toggleDisplayAllTags(); event.stopPropagation();"
/>
<menuseparator/>
<menuitem id="delete-automatic-tags" label="&zotero.tagSelector.deleteAutomaticInLibrary;" type="checkbox"
oncommand="ZoteroPane.tagSelector.deleteAutomatic();
this.setAttribute('checked', false);