commit 5a55a825942d4fb15548b0a9940eef174818a83e
parent 3c19bbffe477a8075874c6f1408f0f283b6db670
Author: Adomas Venčkauskas <adomas.ven@gmail.com>
Date: Tue, 2 May 2017 17:23:53 +0300
Reduce text in document preferences, increase style list height
Closes zotero/zotero-word-for-windows-integration#30
Diffstat:
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd
@@ -226,11 +226,11 @@
<!ENTITY zotero.integration.prefs.formatUsing.label "Format Using:">
<!ENTITY zotero.integration.prefs.bookmarks.label "Bookmarks">
-<!ENTITY zotero.integration.prefs.bookmarks.caption "Bookmarks are preserved across Microsoft Word and LibreOffice, but may be accidentally modified. For 
compatibility reasons, citations cannot be inserted into footnotes or endnotes when this option is selected.">
+<!ENTITY zotero.integration.prefs.bookmarks.caption "Bookmarks can be shared between Word and LibreOffice, but may cause errors if accidentally modified and cannot be inserted into footnotes.">
-<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Automatically abbreviate journal titles">
-<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.caption "MEDLINE journal abbreviations will be automatically generated using journal titles. The “Journal Abbr” field will be ignored.">
+<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.label "Use MEDLINE journal abbreviations">
+<!ENTITY zotero.integration.prefs.automaticJournalAbbeviations.caption "The “Journal Abbr” field will be ignored.">
<!ENTITY zotero.integration.showEditor.label "Show Editor">
<!ENTITY zotero.integration.classicView.label "Classic View">
diff --git 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
@@ -1,6 +1,6 @@
#style-listbox
{
- height: 72pt;
+ height: 180pt;
width: 300pt;
}