Fix title of import wizard
This commit is contained in:
parent
77241d1c71
commit
773a89b0f3
2 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,8 @@
|
|||
|
||||
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
<window data-l10n-id="import-window"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
onload="Zotero_Import_Wizard.init()"
|
||||
>
|
||||
|
@ -15,7 +16,7 @@
|
|||
</linkset>
|
||||
|
||||
<script src="chrome://global/content/customElements.js"/>
|
||||
<wizard id="import-wizard" class="import-wizard" data-l10n-id="import-wizard" width="600" height="400">
|
||||
<wizard id="import-wizard" class="import-wizard" width="600" height="400">
|
||||
<wizardpage pageid="page-start" data-header-label-id="import-where-from">
|
||||
<radiogroup id="import-source-group" align="start">
|
||||
<radio value="file" data-l10n-id="import-source-file" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import-wizard =
|
||||
.title = "Import"
|
||||
import-window =
|
||||
.title = Import
|
||||
|
||||
import-where-from = Where do you want to import from?
|
||||
import-online-intro-title = Introduction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue