mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
rename "Snippet" column to "Context"
This commit is contained in:
parent
9b22b67c9f
commit
044fc7669c
@ -79,7 +79,7 @@ class KeywordSearchFilterNode extends ContentFilterNode {
|
|||||||
Property<String> getSnippetProperty() {
|
Property<String> getSnippetProperty() {
|
||||||
|
|
||||||
Property<String> prop = new PropertySupport.ReadOnly("snippet",
|
Property<String> prop = new PropertySupport.ReadOnly("snippet",
|
||||||
String.class, "Snippet", "Snippet of matching content.") {
|
String.class, "Context", "Snippet of matching content.") {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Object getValue() {
|
public Object getValue() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user