]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4661 Fix category name in category help key
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 08:25:40 +0000 (10:25 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 08:25:40 +0000 (10:25 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index b4c80c3dfd91209dbfb5214c8953a6341ad284cc..527753f0f0ec2d57b43f68a90a85590034c24939 100644 (file)
@@ -725,7 +725,7 @@ property.sonar.global.test.exclusions.name=Global Test File Exclusions
 property.sonar.global.test.exclusions.description=Patterns used to exclude some test files from analysis. They apply to every project and cannot be overridden.
 property.category.exclusions.files=Files
 property.category.exclusions.files.description=Configure which source code and tests you want to be omitted from analysis. Most of these parameters can also be configured at individual project level in each application's project settings.
-category.exclusions.files.help=<h2>Wildcards</h2>\
+category.exclusions.help=<h2>Wildcards</h2>\
  <p>Following rules are applied:</p>\
  <table class="data">\
    <thead><tr><th colspan="2"></th></tr></thead>\
@@ -824,7 +824,7 @@ property.sonar.includedModules.description=Comma-separated list of the modules t
 property.category.exclusions.issues=Issues
 property.category.exclusions.issues.description=Configure which issues should not be reported.
 property.category.exclusions.duplications=Duplications
-property.category.exclusions.duplications.description=Configure files which should not be checked for duplicated code
+property.category.exclusions.duplications.description=Configure files which should not be checked for duplicated code.
 property.error.notBoolean=Valid options are "true" and "false"
 property.error.notInteger=Only digits are allowed
 property.error.notFloat=Not a floating point number