Merge pull request #74 from gracile-fr/master

Localization of the warning message in Add/Edit citation/bibliography dialogs
This commit is contained in:
Simon Kornblith 2012-03-09 17:11:11 -08:00
commit be0fbf97e7
3 changed files with 3 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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">