From affe24aef2b9e348544a51ed099310b6307cba3c Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Thu, 27 Jun 2019 15:16:30 -0400 Subject: [PATCH] 5282 change text on wizpanel2 to match rule edit --- .../autopsy/logicalimager/configuration/Bundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties b/Core/src/org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties index d98164b094..7eb2002f9e 100644 --- a/Core/src/org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties @@ -46,8 +46,8 @@ ConfigVisualPanel1.jRadioButton2.text=Open existing configuration ConfigVisualPanel2.modifiedDateLabel.text=Modified Within: ConfigVisualPanel2.folderNamesLabel.text=Folder names: ConfigVisualPanel2.filenamesLabel.text=File names: -ConfigVisualPanel2.shouldAlertCheckBox.text=Alert in imager console if rule matches -ConfigVisualPanel2.shouldSaveCheckBox.text=Extract file if it matches a rule +ConfigVisualPanel2.shouldAlertCheckBox.text=Alert in imager console +ConfigVisualPanel2.shouldSaveCheckBox.text=Extract file ConfigVisualPanel2.deleteRuleButton.text=Delete Rule ConfigVisualPanel2.editRuleButton.text=Edit Rule ConfigVisualPanel2.newRuleButton.text=New Rule