Correct Lookup Engine description

The Locate dropdown isn't in the Info pane, and the text was a bit more
verbose than it needed to be.
This commit is contained in:
Abe Jellinek 2021-09-04 17:42:44 -07:00 committed by Dan Stillman
parent 7f7483115f
commit 241981057b
3 changed files with 6 additions and 4 deletions

View file

@ -63,9 +63,7 @@ To add a new preference:
<groupbox flex="1">
<caption label="&zotero.preferences.locate.locateEngineManager;"/>
<label id="locateEngineDescription" width="45em" style="font-size: 10px">
&zotero.preferences.locate.locateEnginedescription;
</label>
<label id="locateEngineDescription" width="45em" style="font-size: 10px"/>
<separator class="thin"/>
@ -97,4 +95,8 @@ To add a new preference:
<script src="include.js"></script>
<script src="locateManager.js"/>
<script>
document.getElementById('locateEngineDescription').textContent = Zotero.getString('locate.locateEngineDescription', Zotero.appName);
</script>
</prefwindow>

View file

@ -172,7 +172,6 @@
<!ENTITY zotero.preferences.locate.locateEngineManager "Article Lookup Engine Manager">
<!ENTITY zotero.preferences.locate.description "Description">
<!ENTITY zotero.preferences.locate.name "Name">
<!ENTITY zotero.preferences.locate.locateEnginedescription "A Lookup Engine extends the capability of the Locate drop down in the Info pane. By enabling Lookup Engines in the list below they will be added to the drop down and can be used to locate resources from your library on the web.">
<!ENTITY zotero.preferences.locate.addDescription "To add a Lookup Engine that is not on the list, visit the desired search engine in your browser and select “Add” from Zoteros Locate menu.">
<!ENTITY zotero.preferences.locate.restoreDefaults "Restore Defaults">

View file

@ -1203,6 +1203,7 @@ locate.showFile.tooltip = Open the directory in which this file resides
locate.libraryLookup.label = Library Lookup
locate.libraryLookup.tooltip = Look up this item using the selected OpenURL resolver
locate.manageLocateEngines = Manage Lookup Engines…
locate.locateEngineDescription = Lookup Engines help you find resources in your %S library on the web. Engines enabled in this list appear in the Locate drop-down in the toolbar.
standalone.corruptInstallation = Your Zotero installation appears to be corrupted due to a failed auto-update. While Zotero may continue to function, to avoid potential bugs, please download the latest version of Zotero from https://www.zotero.org/download as soon as possible.
standalone.addonInstallationFailed.title = Add-on Installation Failed