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 () {
|
onMendeleyOnlineShow: async function () {
|
||||||
document.getElementById('mendeley-online-description').textContent = Zotero.getString(
|
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()"
|
onpagerewound="return Zotero_Import_Wizard.goToStart()"
|
||||||
>
|
>
|
||||||
<description id="mendeley-online-description" />
|
<description id="mendeley-online-description" />
|
||||||
|
<description id="mendeley-online-description2" />
|
||||||
</wizardpage>
|
</wizardpage>
|
||||||
|
|
||||||
<wizardpage pageid="page-file-list"
|
<wizardpage pageid="page-file-list"
|
||||||
|
|
|
@ -754,7 +754,8 @@ import.localImport = local import
|
||||||
import.fileHandling.store = Copy files to the %S storage folder
|
import.fileHandling.store = Copy files to the %S storage folder
|
||||||
import.fileHandling.link = Link to files in original location
|
import.fileHandling.link = Link to files in original location
|
||||||
import.fileHandling.description = Linked files cannot be synced by %S.
|
import.fileHandling.description = Linked files cannot be synced by %S.
|
||||||
import.mendeleyOnline.intro = On the next page you will be asked to log in to %2$S and grant %1$S access. This is necessary to import your %3$S library into %1$S.
|
import.online.intro = In the next step you will be asked to log in to %2$S and grant %1$S access. This is necessary to import your %3$S library into %1$S.
|
||||||
|
import.online.intro2 = %1$S will never see or store your %2$S password.
|
||||||
|
|
||||||
quickCopy.copyAs = Copy as %S
|
quickCopy.copyAs = Copy as %S
|
||||||
|
|
||||||
|
|
|
@ -59,11 +59,15 @@ listbox, #result-description, #result-description-html {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mendeley-online-description {
|
#mendeley-online-description, #mendeley-online-description2 {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mendeley-online-description2 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
#result-description-html a {
|
#result-description-html a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue