Mendeley import: Tweak intro text
This commit is contained in:
parent
3877563abe
commit
48d5ec240e
4 changed files with 12 additions and 3 deletions
|
@ -103,7 +103,10 @@ var Zotero_Import_Wizard = {
|
|||
|
||||
onMendeleyOnlineShow: async function () {
|
||||
document.getElementById('mendeley-online-description').textContent = Zotero.getString(
|
||||
'import.mendeleyOnline.intro', [Zotero.appName, 'Mendeley Reference Manager', 'Mendeley']
|
||||
'import.online.intro', [Zotero.appName, 'Mendeley Reference Manager', 'Mendeley']
|
||||
);
|
||||
document.getElementById('mendeley-online-description2').textContent = Zotero.getString(
|
||||
'import.online.intro2', [Zotero.appName, 'Mendeley']
|
||||
);
|
||||
},
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
onpagerewound="return Zotero_Import_Wizard.goToStart()"
|
||||
>
|
||||
<description id="mendeley-online-description" />
|
||||
<description id="mendeley-online-description2" />
|
||||
</wizardpage>
|
||||
|
||||
<wizardpage pageid="page-file-list"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue