mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
rename "Extracted Content" viewer tab to "Text View"
This commit is contained in:
parent
de7b66dbfd
commit
51e454fdab
@ -111,7 +111,12 @@ public class ExtractedContentViewer implements DataContentViewer {
|
||||
|
||||
@Override
|
||||
public String getTitle() {
|
||||
return "Extracted Content";
|
||||
return "Text View";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getToolTip() {
|
||||
return "Displays extracted text and keyword-search results.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user