Skip to content

Commit

Permalink
relabel field editor
Browse files Browse the repository at this point in the history
  • Loading branch information
UrsZeidler committed Apr 23, 2016
1 parent 5e9fe1f commit 1ba7efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void createFieldEditors() {
addField(new BooleanFieldEditor(PreferenceConstants.GENERATE_MARKDOWN, "generate markdown report",
BooleanFieldEditor.DEFAULT, getFieldEditorParent()));

addField(new MultiLineTextFieldEditor(PreferenceConstants.CONTRACT_FILE_HEADER, "file header contracts", -1,
addField(new MultiLineTextFieldEditor(PreferenceConstants.CONTRACT_FILE_HEADER, "solidity file header", -1,
StringFieldEditor.VALIDATE_ON_KEY_STROKE, getFieldEditorParent()));
}

Expand Down

0 comments on commit 1ba7efe

Please sign in to comment.