Skip to content

Conversation

@jusjoken
Copy link
Contributor

…ert if blocked

LINEUP_SD_ACCOUNT_BLOCKED=Schedules Direct Account Blocked
LINEUP_SD_ACCOUNT_BLOCKED_MSG=The Schedules Direct account is blocked. Please contact Schedules Direct to resolve this issue.
SOFTWARE_UPDATE_AVAILABLE_MSG=Software update available
SOFTWARE_UPDATE_AVAILABLE=New version available on Github: "{0}". Go to: "{1}" to check it out.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a prior definition of SOFTWARE_UPDATE_AVAILABLE in this file which should be removed. The definitions of SOFTWARE_UPDATE_AVAILABLE and SOFTWARE_UPDATE_AVAILABLE_MSG should also be swapped for consistency (here and in the code).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

java.util.Properties props = new java.util.Properties();
props.setProperty("Version", version);
props.setProperty("Location", location);
String versionMsg = "New version on github: " + version + " go to:" + location;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this line now since version msg is no longer used.

@Narflex Narflex merged commit 7b91fcb into google:master Nov 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants