2273 Modified message and wrapped it in HTML to support two lines of message

This commit is contained in:
William Schaefer 2017-03-06 11:33:21 -05:00
parent 7cbdb1a518
commit c2590f17d4

View File

@ -1604,7 +1604,7 @@ public class Case {
"Case.progressIndicatorTitle.creatingCase=Creating Case",
"Case.progressIndicatorCancelButton.label=Cancel",
"Case.progressMessage.preparing=Preparing...",
"Case.progressMessage.acquiringLocks=Allowing access, this may take time if another user is upgrading the case."
"Case.progressMessage.acquiringLocks=<html>Preparing to open case resources.<br>This may take time if another user is upgrading the case.</html>"
})
private void open(String caseDir, String caseDisplayName, String caseNumber, String examiner, CaseType caseType) throws CaseActionException {
/*