Removed "Select Visible" button in tag selector, since it doesn't really make sense (and causes problems) without an ANY search mode
Changed "Clear Visible" and "Clear All" to "Deselect*", which is a bit messier but probably clearer
This commit is contained in:
parent
ecab0e5785
commit
4ac85925d2
|
@ -478,8 +478,10 @@
|
|||
</xul:textbox>
|
||||
</xul:hbox>
|
||||
<xul:hbox>
|
||||
<!--
|
||||
Disabled until there's an ANY search mode
|
||||
<xul:toolbarbutton label="&zotero.tagSelector.selectVisible;" class="zotero-clicky"
|
||||
oncommand="this.parentNode.parentNode.parentNode.selectVisible()"/>
|
||||
oncommand="this.parentNode.parentNode.parentNode.selectVisible()"/>-->
|
||||
<xul:toolbarbutton label="&zotero.tagSelector.clearVisible;" class="zotero-clicky"
|
||||
oncommand="this.parentNode.parentNode.parentNode.clearVisible()"/>
|
||||
<xul:toolbarbutton label="&zotero.tagSelector.clearAll;" class="zotero-clicky"
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
<!ENTITY zotero.tagSelector.filter "Filter:">
|
||||
<!ENTITY zotero.tagSelector.displayAll "Display All">
|
||||
<!ENTITY zotero.tagSelector.selectVisible "Select Visible">
|
||||
<!ENTITY zotero.tagSelector.clearVisible "Clear Visible">
|
||||
<!ENTITY zotero.tagSelector.clearAll "Clear All">
|
||||
<!ENTITY zotero.tagSelector.clearVisible "Deselect Visible">
|
||||
<!ENTITY zotero.tagSelector.clearAll "Deselect All">
|
||||
<!ENTITY zotero.tagSelector.renameTag "Rename Tag...">
|
||||
<!ENTITY zotero.tagSelector.deleteTag "Delete Tag...">
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user