From 3a16b1433b502b72a011a6159a8f44b242074461 Mon Sep 17 00:00:00 2001 From: Kelly Kelly <kelly@basistech.com> Date: Tue, 13 Apr 2021 13:58:43 -0400 Subject: [PATCH] Extended IG message dialog --- .../autopsy/imagegallery/actions/Bundle.properties-MERGED | 2 +- .../org/sleuthkit/autopsy/imagegallery/actions/OpenAction.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/Bundle.properties-MERGED b/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/Bundle.properties-MERGED index 32b96181cb..8dea95da62 100755 --- a/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/Bundle.properties-MERGED +++ b/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/Bundle.properties-MERGED @@ -37,7 +37,7 @@ OpenAction.noControllerDialog.text=An initialization error ocurred.\nPlease see OpenAction.notAnalyzedDlg.msg=No image/video files available to display yet.\nPlease run FileType and EXIF ingest modules. OpenAction.openTopComponent.error.message=An error occurred while attempting to open Image Gallery. OpenAction.openTopComponent.error.title=Failed to open Image Gallery -OpenAction.stale.confDlg.msg=The image / video database may be out of date. Do you want to update and listen for further ingest results?\nChoosing 'yes' will update the database and enable listening to future ingests. +OpenAction.stale.confDlg.msg=The image / video database may be out of date. Do you want to update and listen for further ingest results?\nChoosing 'yes' will update the database and enable listening to future ingests.\n\nDatabase update status will appear in the lower right corner of the application window. OpenAction.stale.confDlg.title=Image Gallery OpenExternalViewerAction.displayName=External Viewer RedoAction.name=Redo diff --git a/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/OpenAction.java b/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/OpenAction.java index 92ea324105..4c286c5345 100644 --- a/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/OpenAction.java +++ b/ImageGallery/src/org/sleuthkit/autopsy/imagegallery/actions/OpenAction.java @@ -69,7 +69,8 @@ @Messages({"CTL_OpenAction=Images/Videos", "OpenAction.stale.confDlg.msg=The image / video database may be out of date. " + "Do you want to update and listen for further ingest results?\n" - + "Choosing 'yes' will update the database and enable listening to future ingests.", + + "Choosing 'yes' will update the database and enable listening to future ingests.\n\n" + + "Database update status will appear in the lower right corner of the application window.", "OpenAction.notAnalyzedDlg.msg=No image/video files available to display yet.\n" + "Please run FileType and EXIF ingest modules.", "OpenAction.stale.confDlg.title=Image Gallery"}) -- GitLab