diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index fab246f14..2adbfa201 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -226,11 +226,11 @@ - + - - + + diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 9f9be2452..d36f23daf 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -785,12 +785,12 @@ annotations.collapse.tooltip = Collapse Annotation annotations.expand.tooltip = Expand Annotation annotations.oneWindowWarning = Annotations for a snapshot may only be opened in one browser window simultaneously. This snapshot will be opened without annotations. -integration.fields.label = Fields -integration.referenceMarks.label = ReferenceMarks -integration.fields.caption = Microsoft Word Fields are less likely to be accidentally modified, but cannot be shared with OpenOffice. -integration.fields.fileFormatNotice = The document must be saved in the .doc or .docx file format. -integration.referenceMarks.caption = OpenOffice ReferenceMarks are less likely to be accidentally modified, but cannot be shared with Microsoft Word. -integration.referenceMarks.fileFormatNotice = The document must be saved in the .odt file format. +integration.fields.label = Fields (recommended) +integration.referenceMarks.label = ReferenceMarks (recommended) +integration.fields.caption = Fields cannot be shared with LibreOffice. +integration.fields.fileFormatNotice = The document must be saved in the .doc or .docx. +integration.referenceMarks.caption = ReferenceMarks cannot be shared with Word. +integration.referenceMarks.fileFormatNotice = The document must be saved in the .odt. integration.regenerate.title = Do you want to regenerate the citation? integration.regenerate.body = The changes you have made in the citation editor will be lost. diff --git a/chrome/skin/default/zotero/bibliography.css b/chrome/skin/default/zotero/bibliography.css index bc665e1f8..a262c2464 100644 --- a/chrome/skin/default/zotero/bibliography.css +++ b/chrome/skin/default/zotero/bibliography.css @@ -1,6 +1,6 @@ #style-listbox { - height: 72pt; + height: 180pt; width: 300pt; }