aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-10-16 13:59:28 +0200
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-10-16 13:59:28 +0200
commitdc21e3ec0228f3f522fee8e9f39e158f27e23a7c (patch)
treedcdb0dac63360ebb07c25b7bac429fac0102b017
parent012da7967c4895d1556dad50c9accca79f5a3ab5 (diff)
downloadsonarqube-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.properties4
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">\