File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
jabgui/src/main/java/org/jabref/gui/help
jablib/src/main/resources/l10n Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff line change @@ -1686,8 +1686,8 @@ Remind\ me\ later=Remind me later
16861686Ignore\ this\ update =Ignore this update
16871687Could\ not\ connect\ to\ the\ update\ server.=Could not connect to the update server.
16881688Please\ 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!
16911691JabRef\ is\ up-to-date.=JabRef is up-to-date.
16921692Latest\ version =Latest version
16931693Community =Community
You can’t perform that action at this time.
0 commit comments