From f672ce5797c8f70133e2af0d71a7ab9252cd1d3d Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Thu, 25 Jun 2020 07:34:55 -0400 Subject: [PATCH] dialog text change --- .../autopsy/modules/interestingitems/FilesSetDefsPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSetDefsPanel.java b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSetDefsPanel.java index e4f62d45d3..400896407e 100644 --- a/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSetDefsPanel.java +++ b/Core/src/org/sleuthkit/autopsy/modules/interestingitems/FilesSetDefsPanel.java @@ -1299,7 +1299,7 @@ public final class FilesSetDefsPanel extends IngestModuleGlobalSettingsPanel imp "FilesSetDefsPanel.yesStandardFileConflictCreate=Yes, create", "# {0} - FilesSet name", "# {1} - New FilesSet name", - "FilesSetDefsPanel.interesting.standardFileConflict=A standard interesting file set already exists with the name \"{0}.\" Would you like to rename the set to \"{1}?\"",}) + "FilesSetDefsPanel.interesting.standardFileConflict=A standard interesting file set already exists with the name \"{0}.\" Would you like to rename your set to \"{1}?\"",}) private Pair onImportStandardSetConflict(FilesSet set) { // if there is a conflict and the conflicting files set is a standard files set, // see if allowing a custom files set is okay.