diff --git a/chrome/content/zotero/preferences/preferences_export.jsx b/chrome/content/zotero/preferences/preferences_export.jsx index a6ac8cb581..cb9d73382a 100644 --- a/chrome/content/zotero/preferences/preferences_export.jsx +++ b/chrome/content/zotero/preferences/preferences_export.jsx @@ -206,12 +206,18 @@ Zotero_Preferences.Export = { var markdownOptions = document.getElementById('noteQuickCopy-markdown-options'); var htmlOptions = document.getElementById('noteQuickCopy-html-options'); + var markdownOptionsLabel = document.querySelector('#noteQuickCopy-markdown-options label'); + var htmlOptionsLabel = document.querySelector('#noteQuickCopy-html-options label'); var markdownIncludeAppLinks = document.getElementById("noteQuickCopy-markdown-includeAppLinks"); var htmlIncludeAppLinks = document.getElementById("noteQuickCopy-html-includeAppLinks"); - + + markdownOptionsLabel.value = Zotero.Utilities.Internal.stringWithColon("Markdown"); + htmlOptionsLabel.value = Zotero.Utilities.Internal.stringWithColon( + Zotero.getString('zotero.preferences.export.quickCopy.note.htmlOptions.label') + ); markdownIncludeAppLinks.label = Zotero.getString('exportOptions.includeAppLinks', Zotero.appName); htmlIncludeAppLinks.label = Zotero.getString('exportOptions.includeAppLinks', Zotero.appName); - + if (format.id == Zotero.Translators.TRANSLATOR_ID_MARKDOWN_AND_RICH_TEXT) { markdownOptions.hidden = false; htmlOptions.hidden = false; diff --git a/chrome/content/zotero/preferences/preferences_export.xul b/chrome/content/zotero/preferences/preferences_export.xul index 4c378d9eb2..827c010e86 100644 --- a/chrome/content/zotero/preferences/preferences_export.xul +++ b/chrome/content/zotero/preferences/preferences_export.xul @@ -79,7 +79,7 @@ - + - + - - diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index f43341d0ed..faa5e9e2b6 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -739,6 +739,7 @@ zotero.preferences.export.quickCopy.citationStyles = Citation Styles zotero.preferences.export.quickCopy.exportFormats = Export Formats zotero.preferences.export.quickCopy.instructions = Quick Copy allows you to quickly export items in a given format. You can copy selected items to the clipboard by pressing %S or drag items directly into a text box in another program. zotero.preferences.export.quickCopy.citationInstructions = For citation styles, you can copy citations or footnotes by pressing %S or holding down Shift before dragging items. +zotero.preferences.export.quickCopy.note.htmlOptions.label = Rich Text/HTML zotero.preferences.wordProcessors.installationSuccess = Installation was successful. zotero.preferences.wordProcessors.installationError = Installation could not be completed because an error occurred. Please ensure that %1$S is closed, and then restart %2$S.