aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-09-25 17:07:59 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-10-02 17:52:23 +0200
commit9ec029871a41413d38e975a075b6d0997a08da6a (patch)
tree8e536836889e61431d7e5ed986416c0a7ffa9758 /sonar-core
parentfdf66ba2f4ff25083bac5fd81e2e2a3b542fd2f4 (diff)
downloadsonarqube-9ec029871a41413d38e975a075b6d0997a08da6a.tar.gz
sonarqube-9ec029871a41413d38e975a075b6d0997a08da6a.zip
SONAR-5645 Blacklist SCM Activity plugin
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 891c4e034c4..a269b014eab 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -942,7 +942,7 @@ property.error.notBoolean=Valid options are "true" and "false"
property.error.notInteger=Only digits are allowed
property.error.notFloat=Not a floating point number
property.error.notInOptions=Not a valid option
-
+property.category.scm=SCM
#------------------------------------------------------------------------------