mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Use separate buttons for "Reset Translators" and "Reset Styles" in preferences
This commit is contained in:
parent
045667fe93
commit
ef36b39454
1 changed files with 2 additions and 1 deletions
|
|
@ -796,7 +796,8 @@ To add a new preference:
|
|||
|
||||
<hbox>
|
||||
<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>
|
||||
</groupbox>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue