-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Refine text for update available #13010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: subhramit <[email protected]>
lblMoreInformation.setOnAction(event -> | ||
NativeDesktop.openBrowserShowPopup(latestVersion.getChangelogUrl(), dialogService, externalApplicationsPreferences) | ||
); | ||
|
||
VBox container = new VBox( | ||
new Label(Localization.lang("A new version of JabRef has been released.")), | ||
new Label(Localization.lang("Installed version") + ": " + currentVersion.getFullVersion()), | ||
new Label(Localization.lang("A new version of JabRef is available!")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label text ends with an exclamation mark, which should be avoided as it is more for screaming. A period should be used instead.
new Label(Localization.lang("Latest version") + ": " + latestVersion.getFullVersion()), | ||
new Label(Localization.lang("Installed version") + ": " + currentVersion.getFullVersion()), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Labels should not end with a colon. The colon should be removed to follow the guidelines for label text formatting.
Signed-off-by: subhramit <[email protected]>
@trag-bot didn't find any issues in the code! ✅✨ |
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
[Based on internal discussion]
Make the text to invite people to update (or at least check out changes in new version) more convincing.
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if change is visible to the user)