]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4661 SONAR-4655 Fix labels on Exclusions > Duplications properties
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 08:27:21 +0000 (10:27 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 08:27:30 +0000 (10:27 +0200)
plugins/sonar-cpd-plugin/src/main/java/org/sonar/plugins/cpd/CpdPlugin.java

index d4b7a55386390aa6ae52273b65eafe9b0c22085b..71edec05f830f0c60f5897dc7d808af84acaea6c 100644 (file)
@@ -53,9 +53,9 @@ public final class CpdPlugin extends SonarPlugin {
         .build(),
       PropertyDefinition.builder(CoreProperties.CPD_EXCLUSIONS)
         .defaultValue("")
-        .name("Duplication exclusions")
+        .name("Duplication Exclusions")
         .description("Patterns used to exclude some source files from the duplication detection mechanism. " +
-          "See the \"Exclusions\" category to know how to use wildcards to specify this property.")
+          "See below to know how to use wildcards to specify this property.")
         .onQualifiers(Qualifiers.PROJECT, Qualifiers.MODULE)
         .category(CoreProperties.CATEGORY_EXCLUSIONS)
         .subCategory(CoreProperties.SUBCATEGORY_DUPLICATIONS_EXCLUSIONS)