mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
5214 change name of data sources for Logical Imager
This commit is contained in:
parent
9a129e26f9
commit
be83effacd
@ -36,7 +36,7 @@ AddMultipleImageTask.fsTypeUnknownErr=Cannot determine file system type
|
|||||||
# {1} - deviceId
|
# {1} - deviceId
|
||||||
# {2} - exceptionMessage
|
# {2} - exceptionMessage
|
||||||
AddMultipleImageTask.nonCriticalErrorAdding=Non-critical error adding {0} for device {1}: {2}
|
AddMultipleImageTask.nonCriticalErrorAdding=Non-critical error adding {0} for device {1}: {2}
|
||||||
LogicalImagerDSProcessor.dataSourceType=Autopsy Imager
|
LogicalImagerDSProcessor.dataSourceType=Autopsy Logical Imager Results
|
||||||
# {0} - directory
|
# {0} - directory
|
||||||
LogicalImagerDSProcessor.directoryAlreadyExists=Directory {0} already exists
|
LogicalImagerDSProcessor.directoryAlreadyExists=Directory {0} already exists
|
||||||
# {0} - directory
|
# {0} - directory
|
||||||
|
@ -69,7 +69,7 @@ public final class LogicalImagerDSProcessor implements DataSourceProcessor {
|
|||||||
*
|
*
|
||||||
* @return A data source type display string for this data source processor.
|
* @return A data source type display string for this data source processor.
|
||||||
*/
|
*/
|
||||||
@Messages({"LogicalImagerDSProcessor.dataSourceType=Autopsy Imager"})
|
@Messages({"LogicalImagerDSProcessor.dataSourceType=Autopsy Logical Imager Results"})
|
||||||
public static String getType() {
|
public static String getType() {
|
||||||
return Bundle.LogicalImagerDSProcessor_dataSourceType();
|
return Bundle.LogicalImagerDSProcessor_dataSourceType();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user