From 09b89e632480a51f4182045cee7c0275e1a100b7 Mon Sep 17 00:00:00 2001 From: ZilinChen Date: Wed, 7 Dec 2022 14:56:32 +0000 Subject: [PATCH 1/2] change some String of the options from Quality menu --- .../java/org/jabref/gui/cleanup/CleanupPresetPanel.fxml | 4 ++-- src/main/resources/l10n/JabRef_en.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/jabref/gui/cleanup/CleanupPresetPanel.fxml b/src/main/java/org/jabref/gui/cleanup/CleanupPresetPanel.fxml index 72183521894..2ffb576b405 100644 --- a/src/main/java/org/jabref/gui/cleanup/CleanupPresetPanel.fxml +++ b/src/main/java/org/jabref/gui/cleanup/CleanupPresetPanel.fxml @@ -30,9 +30,9 @@ + text="%Convert to biblatex format (e.g., store publication date in date field)"/> + text="%Convert to BibTeX format (e.g., store publication date in year and month fields)"/> Date: Thu, 15 Dec 2022 12:43:02 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c252fd566..609079d7cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,8 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve - Download from URL now automatically fills with URL from clipboard. [koppor#535](https://github.com/koppor/jabref/issues/535) - We added HTML and Markdown files to Find Unlinked Files and removed BibTeX.[koppor#547](https://github.com/koppor/jabref/issues/547) - We changed the messages after importing unlinked local files to past tense. [koppor#548](https://github.com/koppor/jabref/issues/548) -- We fixed an issue where the wrong icon for a successful import of a bib entry was shown [#9308](https://github.com/JabRef/jabref/pull/9308) +- We fixed an issue where the wrong icon for a successful import of a bib entry was shown. [#9308](https://github.com/JabRef/jabref/pull/9308) +- In the context of the [Cleanup dialog](https://docs.jabref.org/finding-sorting-and-cleaning-entries/cleanupentries) we changed the text of the conversion of BibTeX to biblatex (and vice versa) to make it more clear. [koppor#545](https://github.com/koppor/jabref/issues/545) ### Fixed