From d4aa1bd36c3f1c4171feb084de46d454bce8100b Mon Sep 17 00:00:00 2001 From: MLEP Date: Thu, 10 Sep 2020 16:03:04 +0200 Subject: [PATCH 1/6] Rename menus citation style in preview style --- src/main/java/org/jabref/gui/actions/StandardActions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/jabref/gui/actions/StandardActions.java b/src/main/java/org/jabref/gui/actions/StandardActions.java index 58d7e36ca74..c3b6238d0f9 100644 --- a/src/main/java/org/jabref/gui/actions/StandardActions.java +++ b/src/main/java/org/jabref/gui/actions/StandardActions.java @@ -115,8 +115,8 @@ public enum StandardActions implements Action { EDIT_ENTRY(Localization.lang("Open entry editor"), IconTheme.JabRefIcons.EDIT_ENTRY, KeyBinding.EDIT_ENTRY), SHOW_PDF_VIEWER(Localization.lang("Open document viewer"), IconTheme.JabRefIcons.PDF_FILE), - NEXT_PREVIEW_STYLE(Localization.lang("Next citation style"), KeyBinding.NEXT_PREVIEW_LAYOUT), - PREVIOUS_PREVIEW_STYLE(Localization.lang("Previous citation style"), KeyBinding.PREVIOUS_PREVIEW_LAYOUT), + NEXT_PREVIEW_STYLE(Localization.lang("Next preview style"), KeyBinding.NEXT_PREVIEW_LAYOUT), + PREVIOUS_PREVIEW_STYLE(Localization.lang("Previous preview style"), KeyBinding.PREVIOUS_PREVIEW_LAYOUT), SELECT_ALL(Localization.lang("Select all"), KeyBinding.SELECT_ALL), NEW_ENTRY(Localization.lang("New entry"), IconTheme.JabRefIcons.ADD_ENTRY, KeyBinding.NEW_ENTRY), From 4b69ac19282465640c006d58b1f8345c4efc46b7 Mon Sep 17 00:00:00 2001 From: MLEP Date: Thu, 10 Sep 2020 16:15:42 +0200 Subject: [PATCH 2/6] changelog update --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4b929ca22..5c90da23589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,8 @@ 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) -- 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) +- 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) +- We renamed the menus "View -> Previous citation style" and "View -> Next citation style" into "View -> Previous preview style" and "View -> Next preview style" because these menus are about the style of the preview [#6899](https://github.com/JabRef/jabref/pull/6899) ### Fixed From 9376aac57170f5a25f549ee1cae1bc651c112ba8 Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Fri, 25 Sep 2020 23:08:25 +0200 Subject: [PATCH 3/6] Changed custom preview style name --- .../java/org/jabref/logic/layout/TextBasedPreviewLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jabref/logic/layout/TextBasedPreviewLayout.java b/src/main/java/org/jabref/logic/layout/TextBasedPreviewLayout.java index 011eced3f4e..07d1b7a82ba 100644 --- a/src/main/java/org/jabref/logic/layout/TextBasedPreviewLayout.java +++ b/src/main/java/org/jabref/logic/layout/TextBasedPreviewLayout.java @@ -56,6 +56,6 @@ public String getText() { @Override public String getName() { - return Localization.lang("Preview"); + return Localization.lang("Customized preview style"); } } From f2e04ac48b768f4e2b264ee7d3c0b57b155b348f Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Fri, 25 Sep 2020 23:09:39 +0200 Subject: [PATCH 4/6] l10n --- src/main/resources/l10n/JabRef_en.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/l10n/JabRef_en.properties b/src/main/resources/l10n/JabRef_en.properties index 0a59fc752d7..c2dfe7b8f55 100644 --- a/src/main/resources/l10n/JabRef_en.properties +++ b/src/main/resources/l10n/JabRef_en.properties @@ -2253,6 +2253,8 @@ Reveal\ in\ file\ explorer=Reveal in file explorer Autolink\ files=Autolink files +Customized\ preview\ style=Customized preview style + (\ Note\:\ Press\ return\ to\ commit\ changes\ in\ the\ table\!\ )=( Note\: Press return to commit changes in the table\! ) Reset=Reset Reset\ entry\ types\ and\ fields\ to\ defaults=Reset entry types and fields to defaults From e9d22370ef1082e573ee02426ead3d287cd95a0f Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Fri, 25 Sep 2020 23:45:08 +0200 Subject: [PATCH 5/6] l10n --- src/main/resources/l10n/JabRef_en.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/l10n/JabRef_en.properties b/src/main/resources/l10n/JabRef_en.properties index c2dfe7b8f55..a8319a5bfb6 100644 --- a/src/main/resources/l10n/JabRef_en.properties +++ b/src/main/resources/l10n/JabRef_en.properties @@ -1930,11 +1930,9 @@ Generate\ citation\ keys=Generate citation keys Groups\ interface=Groups interface Manage\ field\ names\ &\ content=Manage field names & content New\ library=New library -Next\ citation\ style=Next citation style OpenOffice/LibreOffice=OpenOffice/LibreOffice Open\ document\ viewer=Open document viewer Open\ entry\ editor=Open entry editor -Previous\ citation\ style=Previous citation style Search\ document\ identifier\ online=Search document identifier online Search\ for\ unlinked\ local\ files=Search for unlinked local files Search\ full\ text\ documents\ online=Search full text documents online @@ -2254,6 +2252,8 @@ Reveal\ in\ file\ explorer=Reveal in file explorer Autolink\ files=Autolink files Customized\ preview\ style=Customized preview style +Next preview style=Next preview style +Previous preview style=Previous preview style (\ Note\:\ Press\ return\ to\ commit\ changes\ in\ the\ table\!\ )=( Note\: Press return to commit changes in the table\! ) Reset=Reset From 4d0ba2b9d4689d01c2477c03f4e73d66dde826d8 Mon Sep 17 00:00:00 2001 From: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Date: Sat, 26 Sep 2020 00:19:25 +0200 Subject: [PATCH 6/6] l10n --- src/main/resources/l10n/JabRef_en.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/l10n/JabRef_en.properties b/src/main/resources/l10n/JabRef_en.properties index a8319a5bfb6..df341a21cd6 100644 --- a/src/main/resources/l10n/JabRef_en.properties +++ b/src/main/resources/l10n/JabRef_en.properties @@ -2252,8 +2252,8 @@ Reveal\ in\ file\ explorer=Reveal in file explorer Autolink\ files=Autolink files Customized\ preview\ style=Customized preview style -Next preview style=Next preview style -Previous preview style=Previous preview style +Next\ preview\ style=Next preview style +Previous\ preview\ style=Previous preview style (\ Note\:\ Press\ return\ to\ commit\ changes\ in\ the\ table\!\ )=( Note\: Press return to commit changes in the table\! ) Reset=Reset