Skip to content

Commit baa6d8c

Browse files
Bananeweizenlkoe
authored andcommitted
Fix the Checkstyle nature name
In recent Eclipse versions, project natures can be seen in the project properties on the "Project natures" tab. Projects with enabled Checkstyle list "CheckstyleNature" there. This change fixes the label. This has no impact on the nature id and all the code testing for that nature id.
1 parent 971f247 commit baa6d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net.sf.eclipsecs.core/core.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CheckstyleBuilder.name = Checkstyle Builder
44

55
CheckstyleMarker.name = Checkstyle Problem
66

7-
CheckstyleNature.name = CheckstyleNature
7+
CheckstyleNature.name = Checkstyle
88

99
ExternalFileCheckConfiguration.label = External Configuration File
1010

0 commit comments

Comments
 (0)