From bc76448822d563c65e5242943eb875067ac066bf Mon Sep 17 00:00:00 2001 From: MLEP Date: Wed, 9 Sep 2020 15:00:31 +0200 Subject: [PATCH 1/4] Manage field names & content: make window title as menu title (+ localization) --- src/main/java/org/jabref/gui/edit/MassSetFieldsDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jabref/gui/edit/MassSetFieldsDialog.java b/src/main/java/org/jabref/gui/edit/MassSetFieldsDialog.java index 496c9f648c6..785b571ceb3 100644 --- a/src/main/java/org/jabref/gui/edit/MassSetFieldsDialog.java +++ b/src/main/java/org/jabref/gui/edit/MassSetFieldsDialog.java @@ -62,7 +62,7 @@ public class MassSetFieldsDialog extends BaseDialog { this.undoManager = undoManager; init(); - this.setTitle("Set/clear/append/rename fields"); + this.setTitle(Localization.lang("Manage field names & content")); this.getDialogPane().getButtonTypes().addAll(ButtonType.OK, ButtonType.CANCEL); this.setResultConverter(button -> { if (button == ButtonType.OK) { From b4db6daa85a2a510860bf91cda26722d1404a338 Mon Sep 17 00:00:00 2001 From: MLEP Date: Wed, 9 Sep 2020 15:05:21 +0200 Subject: [PATCH 2/4] Window "Manage field names and content": same title as the menu (+ localization) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd3ea31bd6..e5ca10f16a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve - We completed the rebranding of `bibtexkey` as `citationkey` which was started in JabRef 5.1. - JabRef no longer opens the entry editor with the first entry on startup [#6855](https://github.com/JabRef/jabref/issues/6855) - Fetch by ID: (long) "SAO/NASA Astrophysics Data System" replaced by (short) "SAO/NASA ADS" [#6876](https://github.com/JabRef/jabref/pull/6876) +- Window "Manage field names and content": same title as the menu (+ localization) ### Fixed From 2c92550ff785f60cae422b33312625bc10d80ee7 Mon Sep 17 00:00:00 2001 From: MLEP Date: Wed, 9 Sep 2020 15:10:44 +0200 Subject: [PATCH 3/4] Adding PR number to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ca10f16a8..557a6db24a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve - We completed the rebranding of `bibtexkey` as `citationkey` which was started in JabRef 5.1. - JabRef no longer opens the entry editor with the first entry on startup [#6855](https://github.com/JabRef/jabref/issues/6855) - Fetch by ID: (long) "SAO/NASA Astrophysics Data System" replaced by (short) "SAO/NASA ADS" [#6876](https://github.com/JabRef/jabref/pull/6876) -- Window "Manage field names and content": same title as the menu (+ localization) +- Window "Manage field names and content": same title as the menu (+ localization) [#6895](https://github.com/JabRef/jabref/pull/6895) ### Fixed From bb3937ab2aefd1546ed4555b058d63786812c7ae Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 9 Sep 2020 16:48:06 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557a6db24a6..e30dd7f9292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve - We completed the rebranding of `bibtexkey` as `citationkey` which was started in JabRef 5.1. - JabRef no longer opens the entry editor with the first entry on startup [#6855](https://github.com/JabRef/jabref/issues/6855) - Fetch by ID: (long) "SAO/NASA Astrophysics Data System" replaced by (short) "SAO/NASA ADS" [#6876](https://github.com/JabRef/jabref/pull/6876) -- Window "Manage field names and content": same title as the menu (+ localization) [#6895](https://github.com/JabRef/jabref/pull/6895) +- We changed the title of the window "Manage field names and content": to have the same title as the corresponding menu item [#6895](https://github.com/JabRef/jabref/pull/6895) ### Fixed