diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-10-16 13:59:28 +0200 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-10-16 13:59:28 +0200 |
commit | dc21e3ec0228f3f522fee8e9f39e158f27e23a7c (patch) | |
tree | dcdb0dac63360ebb07c25b7bac429fac0102b017 | |
parent | 012da7967c4895d1556dad50c9accca79f5a3ab5 (diff) | |
download | sonarqube-dc21e3ec0228f3f522fee8e9f39e158f27e23a7c.tar.gz sonarqube-dc21e3ec0228f3f522fee8e9f39e158f27e23a7c.zip |
Fix typo in property description.
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 74a07c466f2..54a7079fdf4 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -586,9 +586,9 @@ property.sonar.exclusions.description=Changes will be applied during next code a property.sonar.test.exclusions.name=Exclude tests from code analysis property.sonar.test.exclusions.description=Changes will be applied during next code analysis. property.sonar.global.exclusions.name=Global source exclusions -property.sonar.global.exclusions.description=Exclude sources from code analysis. Applies to every project. Cannot be overriden at project level. Changes will be applied during next code analysis. +property.sonar.global.exclusions.description=Exclude sources from code analysis. Applies to every project. Cannot be overridden at project level. Changes will be applied during next code analysis. property.sonar.global.test.exclusions.name=Global test exclusions -property.sonar.global.test.exclusions.description=Exclude tests from code analysis. Applies to every project. Cannot be overriden at project level. Changes will be applied during next code analysis. +property.sonar.global.test.exclusions.description=Exclude tests from code analysis. Applies to every project. Cannot be overridden at project level. Changes will be applied during next code analysis. category.exclusions.help=<h2>Wildcards</h2>\ <p>Following rules are applied:</p>\ <table class="data">\ |