www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 11d3d72ca1cbfda1cb120b4a635585cccc0b893f
parent ed0741959de3819fcaa64c921f2320fa225c2cab
Author: gracile-fr <gcolly@hotmail.com>
Date:   Thu,  8 Mar 2012 15:01:45 +0100

"description" instead of "label" as it was in the branch +localization
Diffstat:
Mchrome/content/zotero/integration/addCitationDialog.xul | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/integration/addCitationDialog.xul b/chrome/content/zotero/integration/addCitationDialog.xul @@ -201,6 +201,6 @@ </vbox> <textbox id="editor" type="styled" mode="integration" hidden="true" flex="1"/> - <label id="zotero-editor-warning" style="margin: 9px 1px 0" hidden="true" value="&zotero.citation.editorWarning.label;"/> + <description id="zotero-editor-warning" style="margin: 9px 1px 0" hidden="true">&zotero.citation.editorWarning.label;</description> </vbox> </dialog>