"Manage Lookup Engines" dialog tweaks (#2195)
- Lowercase "engines" - Increase font size - Switch to hyphenated element id
This commit is contained in:
parent
241981057b
commit
7e8bc80c1d
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +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"/>
|
||||
<label id="locate-engine-description" width="45em" style="font-size: 12px"/>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
|
@ -97,6 +97,6 @@ To add a new preference:
|
|||
<script src="locateManager.js"/>
|
||||
|
||||
<script>
|
||||
document.getElementById('locateEngineDescription').textContent = Zotero.getString('locate.locateEngineDescription', Zotero.appName);
|
||||
document.getElementById('locate-engine-description').textContent = Zotero.getString('locate.locateEngineDescription', Zotero.appName);
|
||||
</script>
|
||||
</prefwindow>
|
||||
|
|
|
@ -1203,7 +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.
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue