Skip to content

Commit 6547d18

Browse files
authored
Refine text for update available (#13010)
* Refine texts Signed-off-by: subhramit <[email protected]> * Update l10n Signed-off-by: subhramit <[email protected]> --------- Signed-off-by: subhramit <[email protected]>
1 parent 6f8282d commit 6547d18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jabgui/src/main/java/org/jabref/gui/help/NewVersionDialog.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ public NewVersionDialog(Version currentVersion,
3737
Button defaultButton = (Button) this.getDialogPane().lookupButton(btnDownloadUpdate);
3838
defaultButton.setDefaultButton(true);
3939

40-
Hyperlink lblMoreInformation = new Hyperlink(Localization.lang("To see what is new view the changelog."));
40+
Hyperlink lblMoreInformation = new Hyperlink(Localization.lang("See what's new"));
4141
lblMoreInformation.setOnAction(event ->
4242
NativeDesktop.openBrowserShowPopup(latestVersion.getChangelogUrl(), dialogService, externalApplicationsPreferences)
4343
);
4444

4545
VBox container = new VBox(
46-
new Label(Localization.lang("A new version of JabRef has been released.")),
47-
new Label(Localization.lang("Installed version") + ": " + currentVersion.getFullVersion()),
46+
new Label(Localization.lang("A new version of JabRef is available!")),
4847
new Label(Localization.lang("Latest version") + ": " + latestVersion.getFullVersion()),
48+
new Label(Localization.lang("Installed version") + ": " + currentVersion.getFullVersion()),
4949
lblMoreInformation
5050
);
5151
getDialogPane().setContent(container);

jablib/src/main/resources/l10n/JabRef_en.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,8 +1686,8 @@ Remind\ me\ later=Remind me later
16861686
Ignore\ this\ update=Ignore this update
16871687
Could\ not\ connect\ to\ the\ update\ server.=Could not connect to the update server.
16881688
Please\ try\ again\ later\ and/or\ check\ your\ network\ connection.=Please try again later and/or check your network connection.
1689-
To\ see\ what\ is\ new\ view\ the\ changelog.=To see what is new view the changelog.
1690-
A\ new\ version\ of\ JabRef\ has\ been\ released.=A new version of JabRef has been released.
1689+
See\ what's\ new=See what's new
1690+
A\ new\ version\ of\ JabRef\ is\ available!=A new version of JabRef is available!
16911691
JabRef\ is\ up-to-date.=JabRef is up-to-date.
16921692
Latest\ version=Latest version
16931693
Community=Community

0 commit comments

Comments
 (0)