2273 Changed Aquiring Locks text to more helpful text

This commit is contained in:
William Schaefer 2017-03-03 14:44:26 -05:00
parent f2def80f53
commit eca37d5ca1

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=Acquiring locks..."
"Case.progressMessage.acquiringLocks=Allowing access, this may take time if another user is upgrading the case."
})
private void open(String caseDir, String caseDisplayName, String caseNumber, String examiner, CaseType caseType) throws CaseActionException {
/*