message update

This commit is contained in:
Greg DiCristofaro 2024-04-24 12:11:58 -04:00
parent 0d25699fac
commit 67242e28e7
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ ImageNode.createSheet.type.displayName=Type
ImageNode.createSheet.type.name=Type ImageNode.createSheet.type.name=Type
ImageNode.createSheet.type.text=Image ImageNode.createSheet.type.text=Image
ImageNode.getActions.openFileSearchByAttr.text=Open File Search by Attributes ImageNode.getActions.openFileSearchByAttr.text=Open File Search by Attributes
Installer_validate_tskLibLock_description=<html>It appears that an older version of an application that opens The Sleuth Kit databases is currently running on your system.<br/> Close this application before opening Autopsy, and consider upgrading in order to have a better user experience.</html> Installer_validate_tskLibLock_description=<html>Another forensics application is running that uses The Sleuth Kit.<br/>You must close that application before launching Autopsy.<br/>If that application is Cyber Triage, then you should upgrade it so that it can run at the same time as Autopsy.</html>
Installer_validate_tskLibLock_title=Error calling Sleuth Kit library Installer_validate_tskLibLock_title=Error calling Sleuth Kit library
KeyValueNode.menuItemText.viewFileInDir=View Source File in Directory KeyValueNode.menuItemText.viewFileInDir=View Source File in Directory
KeywordHits.createNodeForKey.accessTime.desc=Access Time KeywordHits.createNodeForKey.accessTime.desc=Access Time

View File

@ -50,7 +50,7 @@ public class Installer extends ModuleInstall {
@Messages({ @Messages({
"Installer_validate_tskLibLock_title=Error calling Sleuth Kit library", "Installer_validate_tskLibLock_title=Error calling Sleuth Kit library",
"Installer_validate_tskLibLock_description=<html>It appears that an older version of an application that opens The Sleuth Kit databases is currently running on your system.<br/> Close this application before opening Autopsy, and consider upgrading in order to have a better user experience.</html>" "Installer_validate_tskLibLock_description=<html>Another forensics application is running that uses The Sleuth Kit.<br/>You must close that application before launching Autopsy.<br/>If that application is Cyber Triage, then you should upgrade it so that it can run at the same time as Autopsy.</html>"
}) })
@Override @Override
public void validate() throws IllegalStateException { public void validate() throws IllegalStateException {