Use separate buttons for "Reset Translators" and "Reset Styles" in preferences
This commit is contained in:
parent
045667fe93
commit
ef36b39454
|
@ -796,7 +796,8 @@ To add a new preference:
|
||||||
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<button label="&zotero.preferences.dbMaintenance.integrityCheck;" oncommand="runIntegrityCheck()"/>
|
<button label="&zotero.preferences.dbMaintenance.integrityCheck;" oncommand="runIntegrityCheck()"/>
|
||||||
<button label="&zotero.preferences.dbMaintenance.resetTranslatorsAndStyles;" oncommand="resetTranslatorsAndStyles()"/>
|
<button label="&zotero.preferences.dbMaintenance.resetTranslators;" oncommand="resetTranslators()"/>
|
||||||
|
<button label="&zotero.preferences.dbMaintenance.resetStyles;" oncommand="resetStyles()"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</groupbox>
|
</groupbox>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user