mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
fx-compat: Fix Reset Sync subpane
cfbfcf2 changed restore{To,From}Server to restore{To,From}OnlineLibrary and
updated most of the references, but not the ones in preferences_sync_reset.
Other languages still have those strings under the old key names.
This commit is contained in:
parent
6117221cbc
commit
8512402eca
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
</li>-->
|
||||
|
||||
<div id="restore-to-server">
|
||||
<xul:radio value="restore-to-server" label="&zotero.preferences.sync.reset.restoreToServer;"/>
|
||||
<span class="sync-reset-option-desc">&zotero.preferences.sync.reset.restoreToServer.desc;</span>
|
||||
<xul:radio value="restore-to-server" label="&zotero.preferences.sync.reset.restoreToOnlineLibrary;"/>
|
||||
<span class="sync-reset-option-desc">&zotero.preferences.sync.reset.restoreToOnlineLibrary.desc;</span>
|
||||
</div>
|
||||
|
||||
<!--<li>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue