"description" instead of "label" as it was in the branch (localization of editorWarning)
This commit is contained in:
parent
11d3d72ca1
commit
f84e6b120e
1 changed files with 1 additions and 1 deletions
|
@ -118,6 +118,6 @@
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<textbox id="editor" type="styled" mode="integration" flex="1"/>
|
<textbox id="editor" type="styled" mode="integration" flex="1"/>
|
||||||
<label id="zotero-editor-warning" style="margin: 9px 1px 0" value="&zotero.citation.editorWarning.label;"/>
|
<description id="zotero-editor-warning" style="margin: 9px 1px 0">&zotero.citation.editorWarning.label;</description>
|
||||||
</vbox>
|
</vbox>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
Loading…
Reference in a new issue