From c2590f17d4efbdc9f7b9a8036cbff608a8c587da Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 6 Mar 2017 11:33:21 -0500 Subject: [PATCH] 2273 Modified message and wrapped it in HTML to support two lines of message --- Core/src/org/sleuthkit/autopsy/casemodule/Case.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java index eadfde1265..70d024777c 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Case.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Case.java @@ -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=Preparing to open case resources.
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 { /*