diff options
author | David Gageot <david@gageot.net> | 2012-10-09 09:17:28 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-10-09 09:17:28 +0200 |
commit | e94ba937edd5f61a15bb6caea3c3989223d66b56 (patch) | |
tree | 5369838f314b40f06241b45f4198ae77dc4f5bf2 /plugins | |
parent | 24113c81f88cbc7460a9a23fb3c6139b01c2ade9 (diff) | |
download | sonarqube-e94ba937edd5f61a15bb6caea3c3989223d66b56.tar.gz sonarqube-e94ba937edd5f61a15bb6caea3c3989223d66b56.zip |
Better help for exclusions
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 b1473380a6a..38ec2a4e151 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 @@ -588,7 +588,7 @@ 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.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.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>\ |