Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0
-
Reviewed
Description
There are typos, and pluralis majestatis (royal we) or user-including "we" messages that are confusing to the users:
if (commitSuccess) { shutDownMessage = "We crashed after successfully committing. Recovering."; forcedState = JobStateInternal.SUCCEEDED; } else if (commitFailure) { shutDownMessage = "We crashed after a commit failure."; forcedState = JobStateInternal.FAILED; } else { //The commit is still pending, commit error shutDownMessage = "We crashed durring a commit"; forcedState = JobStateInternal.ERROR; }