From eca37d5ca12632bf0941737ed5192cf773cb1ac4 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Fri, 3 Mar 2017 14:44:26 -0500 Subject: [PATCH 1/2] 2273 Changed Aquiring Locks text to more helpful text --- 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 ad21349a82..eadfde1265 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=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 { /* From c2590f17d4efbdc9f7b9a8036cbff608a8c587da Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Mon, 6 Mar 2017 11:33:21 -0500 Subject: [PATCH 2/2] 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 { /*