Skip to content

Commit 37e24d2

Browse files
committed
Fix localization
1 parent 5d84d89 commit 37e24d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/org/jabref/gui/WelcomeTab.java

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ private VBox createVBoxContainer(Node... nodes) {
175175
}
176176

177177
private VBox createFooter() {
178+
// Heading for the footer area
178179
Label communityLabel = createFooterLabel(Localization.lang("Community"));
179180

180181
HBox iconLinksContainer = createIconLinksContainer();

src/main/resources/l10n/JabRef_en.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,7 @@ To\ see\ what\ is\ new\ view\ the\ changelog.=To see what is new view the change
16641664
A\ new\ version\ of\ JabRef\ has\ been\ released.=A new version of JabRef has been released.
16651665
JabRef\ is\ up-to-date.=JabRef is up-to-date.
16661666
Latest\ version=Latest version
1667+
Community=Community
16671668
Community\ forum=Community forum
16681669
Custom=Custom
16691670

0 commit comments

Comments
 (0)