commit 12a45882fe82603add9e92cf10f7c0a64dfe72e9 parent ffa8b21822761bc8a10391c6193306d7c8ff0adc Author: gracile-fr <gcolly@hotmail.com> Date: Thu, 8 Mar 2012 14:02:35 +0100 Localize editorWarning (cherry picked from commits f1be6125...f84e6b12) Diffstat:
| M | chrome/content/zotero/integration/addCitationDialog.xul | | | 3 | +-- |
| M | chrome/content/zotero/integration/editBibliographyDialog.xul | | | 3 | +-- |
| M | chrome/locale/en-US/zotero/zotero.dtd | | | 1 | + |
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/chrome/content/zotero/integration/addCitationDialog.xul b/chrome/content/zotero/integration/addCitationDialog.xul @@ -201,7 +201,6 @@ </vbox> <textbox id="editor" type="styled" mode="integration" hidden="true" flex="1"/> - <!-- TODO: localize --> - <description id="zotero-editor-warning" style="margin: 9px 1px 0" hidden="true">Warning: If you edit a citation in the editor it will no longer update to reflect changes in your database or the citation style.</description> + <description id="zotero-editor-warning" style="margin: 9px 1px 0" hidden="true">&zotero.citation.editorWarning.label;</description> </vbox> </dialog> diff --git a/chrome/content/zotero/integration/editBibliographyDialog.xul b/chrome/content/zotero/integration/editBibliographyDialog.xul @@ -118,7 +118,6 @@ </vbox> <textbox id="editor" type="styled" mode="integration" flex="1"/> - <!-- TODO: localize --> - <description id="zotero-editor-warning" style="margin: 9px 1px 0">Warning: If you edit a citation in the editor it will no longer update to reflect changes in your database or the citation style.</description> + <description id="zotero-editor-warning" style="margin: 9px 1px 0">&zotero.citation.editorWarning.label;</description> </vbox> </dialog> diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd @@ -160,6 +160,7 @@ <!ENTITY zotero.citation.suppressAuthor.label "Suppress Author"> <!ENTITY zotero.citation.prefix.label "Prefix:"> <!ENTITY zotero.citation.suffix.label "Suffix:"> +<!ENTITY zotero.citation.editorWarning.label "Warning: If you edit a citation in the editor it will no longer update to reflect changes in your database or the citation style."> <!ENTITY zotero.richText.italic.label "Italic"> <!ENTITY zotero.richText.bold.label "Bold">