Skip to content

Add "A-Z" to translation key for group sorting #9304

@koppor

Description

@koppor

Here is the corresponding line

MenuItem sortSubgroups = new MenuItem(Localization.lang("Sort subgroups"));
sortSubgroups.setOnAction(event -> viewModel.sortAlphabeticallyRecursive(group.getGroupNode()));

From Localization.lang("Sort subgroups")); to Localization.lang("Sort subgroups A-Z"));

The JabRef_en.properties files needs to be adjusted then as well. The other files are handled by Crowdin.

Originally posted by @Siedlerchr in #9248 (comment)

Metadata

Metadata

Assignees

Labels

FirstTimeCodeContributionTriggers GitHub Greeter Workflowgood first issueAn issue intended for project-newcomers. Varies in difficulty.

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions