aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-09-15 16:23:51 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-09-15 16:23:51 +0200
commit4800d48efc9940de4485e1a4ffe17ac3ba102839 (patch)
tree5e8c81adf264a229cb4d0064b6c1ff79d54cf0aa /sonar-core
parent12c4bbe39f88c1b34ffb0069de5f8209e561a391 (diff)
downloadsonarqube-4800d48efc9940de4485e1a4ffe17ac3ba102839.tar.gz
sonarqube-4800d48efc9940de4485e1a4ffe17ac3ba102839.zip
SONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index f064cda2cb8..8590692e193 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1010,7 +1010,7 @@ property.category.codeCoverage=Code Coverage
property.category.duplications=Duplications
property.category.localization=Localization
property.category.server_id=Server ID
-property.category.exclusions=Exclusions
+property.category.exclusions=Analysis Scope
property.sonar.inclusions.name=Source File Inclusions
property.sonar.inclusions.description=Patterns used to include some source files and only these ones in analysis.
property.sonar.test.inclusions.name=Test File Inclusions