commit be0fbf97e71d61ce31b7ee7d780f5cbe2fba5821 parent 32df5736103ba499ab60901e735f462ec6486cdd Author: Simon Kornblith <simon@simonster.com> Date: Fri, 9 Mar 2012 17:11:11 -0800 Merge pull request #74 from gracile-fr/master Localization of the warning message in Add/Edit citation/bibliography dialogs 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 @@ -155,6 +155,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">