Skip to content
This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Commit 358bf3f

Browse files
committed
Merge pull request #77 from paulvi/patch-2
close #76 show "requires to re-build
2 parents f7b70ef + 7d70f89 commit 358bf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instasearch/src/it/unibz/instasearch/prefs/InstaSearchPreferencePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void createFieldEditors() {
8888

8989
addBoolField(PreferenceConstants.P_INDEX_EMPTY_EXTENSION, "Index files without extension");
9090

91-
BooleanFieldEditor indexJars = new BooleanFieldEditor(PreferenceConstants.P_INDEX_ARCHIVES, "Index JAR Source Attachements (beta)", getFieldEditorParent());
91+
BooleanFieldEditor indexJars = new BooleanFieldEditor(PreferenceConstants.P_INDEX_ARCHIVES, "Index JAR Source Attachements (beta, requires to re-build the index after enabling)", getFieldEditorParent());
9292
addField(indexJars);
9393
indexJars.setEnabled(false, getFieldEditorParent());
9494

0 commit comments

Comments
 (0)