From 37e5651a485f576b8a16abae17b66d5e14bda840 Mon Sep 17 00:00:00 2001 From: Aditya31398 Date: Wed, 26 Oct 2022 16:36:51 +0530 Subject: [PATCH 1/3] Added A-Z to translation key to for group sorting --- src/main/java/org/jabref/gui/groups/GroupTreeView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jabref/gui/groups/GroupTreeView.java b/src/main/java/org/jabref/gui/groups/GroupTreeView.java index fd3ab5c7614..81510b3199c 100644 --- a/src/main/java/org/jabref/gui/groups/GroupTreeView.java +++ b/src/main/java/org/jabref/gui/groups/GroupTreeView.java @@ -429,7 +429,7 @@ private ContextMenu createContextMenuForGroup(GroupNodeViewModel group) { viewModel.removeSubgroups(group); }); - MenuItem sortSubgroups = new MenuItem(Localization.lang("Sort subgroups")); + MenuItem sortSubgroups = new MenuItem(Localization.lang("Sort subgroups A-Z")); sortSubgroups.setOnAction(event -> viewModel.sortAlphabeticallyRecursive(group.getGroupNode())); MenuItem addEntries = new MenuItem(Localization.lang("Add selected entries to this group")); From 6f3eb77a20fc224f227806fb28ad5818f862501a Mon Sep 17 00:00:00 2001 From: Aditya31398 Date: Wed, 26 Oct 2022 16:38:53 +0530 Subject: [PATCH 2/3] Added A-Z to translation key for group sorting Changes in the properties file --- src/main/resources/l10n/JabRef_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/l10n/JabRef_en.properties b/src/main/resources/l10n/JabRef_en.properties index 41ed3db7454..166e4a4f554 100644 --- a/src/main/resources/l10n/JabRef_en.properties +++ b/src/main/resources/l10n/JabRef_en.properties @@ -867,7 +867,7 @@ Please\ check\ your\ library\ file\ for\ wrong\ syntax.=Please check your librar SourceTab\ error=SourceTab error User\ input\ via\ entry-editor\ in\ `{}bibtex\ source`\ tab\ led\ to\ failure.=User input via entry-editor in `{}bibtex source` tab led to failure. -Sort\ subgroups=Sort subgroups +Sort\ subgroups=Sort subgroups A-Z source\ edit=source edit Special\ name\ formatters=Special name formatters From 23868625671c1aaebc7122808b367e0ba2c513d8 Mon Sep 17 00:00:00 2001 From: Aditya31398 Date: Wed, 26 Oct 2022 17:41:17 +0530 Subject: [PATCH 3/3] Updated key name --- src/main/resources/l10n/JabRef_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/l10n/JabRef_en.properties b/src/main/resources/l10n/JabRef_en.properties index 166e4a4f554..28fd418f135 100644 --- a/src/main/resources/l10n/JabRef_en.properties +++ b/src/main/resources/l10n/JabRef_en.properties @@ -867,7 +867,7 @@ Please\ check\ your\ library\ file\ for\ wrong\ syntax.=Please check your librar SourceTab\ error=SourceTab error User\ input\ via\ entry-editor\ in\ `{}bibtex\ source`\ tab\ led\ to\ failure.=User input via entry-editor in `{}bibtex source` tab led to failure. -Sort\ subgroups=Sort subgroups A-Z +Sort\ subgroups\ A-Z=Sort subgroups A-Z source\ edit=source edit Special\ name\ formatters=Special name formatters