From addefffabc0cf21667e01d19f2f1a787f907f315 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Wed, 14 Feb 2018 13:44:49 -0500 Subject: [PATCH] 1916 fixes to adjust for renaming of L01Panel to logicalEvidenceFilePanel --- .../autopsy/casemodule/Bundle.properties | 16 ++++++++-------- .../autopsy/casemodule/Bundle_ja.properties | 12 ++++++------ .../autopsy/casemodule/LogicalFilesDspPanel.java | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Bundle.properties b/Core/src/org/sleuthkit/autopsy/casemodule/Bundle.properties index d6cd87d471..bb3ae1ab43 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Bundle.properties +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Bundle.properties @@ -227,14 +227,14 @@ LocalFilesPanel.clearButton.text=Clear LocalFilesPanel.selectButton.actionCommand=Add LocalFilesPanel.selectButton.toolTipText=Add local files and folders as logical files LocalFilesPanel.selectButton.text=Add -L01Panel.selectButton.actionCommand=Add -L01Panel.selectButton.toolTipText=Add local files and folders as logical files -L01Panel.selectButton.text=Select -L01Panel.jTextField1.text= LocalFilesPanel.localFileChooser.dialogTitle=Select Local Files or Folders LocalFilesPanel.localFileChooser.approveButtonToolTipText= LocalFilesPanel.localFileChooser.approveButtonText=Select -L01Panel.l01FileChooser.dialogTitle=Select Local Files or Folders -L01Panel.l01FileChooser.approveButtonToolTipText= -L01Panel.l01FileChooser.approveButtonText=Select -L01Panel.errorLabel.text=Error Label +LogicalEvidenceFilePanel.selectButton.actionCommand=Add +LogicalEvidenceFilePanel.selectButton.toolTipText=Add local files and folders as logical files +LogicalEvidenceFilePanel.selectButton.text=Select +LogicalEvidenceFilePanel.errorLabel.text=Error Label +LogicalEvidenceFilePanel.logicalEvidenceFileChooser.dialogTitle=Select Local Files or Folders +LogicalEvidenceFilePanel.logicalEvidenceFileChooser.approveButtonToolTipText= +LogicalEvidenceFilePanel.logicalEvidenceFileChooser.approveButtonText=Select +LogicalEvidenceFilePanel.logicalEvidencePathField.text= diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/Bundle_ja.properties b/Core/src/org/sleuthkit/autopsy/casemodule/Bundle_ja.properties index 8ef4250aca..5207124f02 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/Bundle_ja.properties +++ b/Core/src/org/sleuthkit/autopsy/casemodule/Bundle_ja.properties @@ -194,11 +194,11 @@ LocalFilesPanel.clearButton.text=\u30af\u30ea\u30a2 LocalFilesPanel.selectButton.actionCommand=\u8ffd\u52a0 LocalFilesPanel.selectButton.toolTipText=\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u304a\u3088\u3073\u30d5\u30a9\u30eb\u30c0\u3092\u30ed\u30b8\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u8ffd\u52a0\u3057\u307e\u3059 LocalFilesPanel.selectButton.text=\u8ffd\u52a0 -L01Panel.selectButton.actionCommand=\u8ffd\u52a0 -L01Panel.selectButton.toolTipText=\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u304a\u3088\u3073\u30d5\u30a9\u30eb\u30c0\u3092\u30ed\u30b8\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u8ffd\u52a0\u3057\u307e\u3059 -L01Panel.selectButton.text=\u8ffd\u52a0 LocalFilesPanel.localFileChooser.dialogTitle=\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e LocalFilesPanel.localFileChooser.approveButtonText=\u9078\u629e -L01Panel.l01FileChooser.dialogTitle=\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e -L01Panel.l01FileChooser.approveButtonText=\u9078\u629e -L01Panel.errorLabel.text=\u30a8\u30e9\u30fc\u30e9\u30d9\u30eb +LogicalEvidenceFilePanel.selectButton.actionCommand=\u8ffd\u52a0 +LogicalEvidenceFilePanel.selectButton.toolTipText=\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u304a\u3088\u3073\u30d5\u30a9\u30eb\u30c0\u3092\u30ed\u30b8\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u8ffd\u52a0\u3057\u307e\u3059 +LogicalEvidenceFilePanel.selectButton.text=\u8ffd\u52a0 +LogicalEvidenceFilePanel.errorLabel.text=\u30a8\u30e9\u30fc\u30e9\u30d9\u30eb +LogicalEvidenceFilePanel.logicalEvidenceFileChooser.dialogTitle=\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e +LogicalEvidenceFilePanel.logicalEvidenceFileChooser.approveButtonText=\u9078\u629e diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/LogicalFilesDspPanel.java b/Core/src/org/sleuthkit/autopsy/casemodule/LogicalFilesDspPanel.java index 5c2a055eb0..ca6ee76867 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/LogicalFilesDspPanel.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/LogicalFilesDspPanel.java @@ -43,7 +43,7 @@ final class LogicalFilesDspPanel extends JPanel { private static final long serialVersionUID = 1L; private static LocalFilesPanel localFilesPanel = new LocalFilesPanel(); - private static L01Panel l01panel = L01Panel.createInstance(); + private static LogicalEvidenceFilePanel l01panel = LogicalEvidenceFilePanel.createInstance(); private static LogicalFilesDspPanel instance; private static final Logger logger = Logger.getLogger(LogicalFilesDspPanel.class.getName());