Skip to content

Commit 7edd4d5

Browse files
committed
Updated text for if validation, closes #89
- if and case validation can be turned off by same preference
1 parent 422d717 commit 7edd4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basheditor-plugin/src/main/java-eclipse/de/jcup/basheditor/preferences/BashEditorValidationPreferenceConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public enum BashEditorValidationPreferenceConstants implements PreferenceIdentif
2323

2424
VALIDATE_DO_STATEMENTS("validateDo","Do statements"),
2525

26-
VALIDATE_IF_STATEMENTS("validateIf","If statements"),
26+
VALIDATE_IF_STATEMENTS("validateIf","If and case statements"),
2727

2828
VALIDATE_FUNCTION_STATEMENTS("validateIf","Functions"),
2929

0 commit comments

Comments
 (0)