From 48d5ec240e7dac7f74df3b0d36a73bc4491bf488 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 30 Apr 2021 07:10:03 -0400 Subject: [PATCH] Mendeley import: Tweak intro text --- chrome/content/zotero/import/importWizard.js | 5 ++++- chrome/content/zotero/import/importWizard.xul | 1 + chrome/locale/en-US/zotero/zotero.properties | 3 ++- chrome/skin/default/zotero/importWizard.css | 6 +++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/import/importWizard.js b/chrome/content/zotero/import/importWizard.js index 66cab732db..59477ee2d0 100644 --- a/chrome/content/zotero/import/importWizard.js +++ b/chrome/content/zotero/import/importWizard.js @@ -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'] ); }, diff --git a/chrome/content/zotero/import/importWizard.xul b/chrome/content/zotero/import/importWizard.xul index d204df3633..c4eed4c818 100644 --- a/chrome/content/zotero/import/importWizard.xul +++ b/chrome/content/zotero/import/importWizard.xul @@ -35,6 +35,7 @@ onpagerewound="return Zotero_Import_Wizard.goToStart()" > +