rename "Snippet" column to "Context"

This commit is contained in:
Peter J. Martel 2011-12-20 15:37:59 -05:00
parent 9b22b67c9f
commit 044fc7669c

View File

@ -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() {