summaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-01-29 17:55:12 +0100
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-02-07 11:32:38 +0100
commit8441bef88cbfc8fa87ff216088f4852b511910dd (patch)
tree6cf15f07d04ef5f1a5adec1170a96752e7ad9ddf /sonar-core
parent8b3584e7ad88c5b97207101d6f6ed3f64e86060d (diff)
downloadsonarqube-8441bef88cbfc8fa87ff216088f4852b511910dd.tar.gz
sonarqube-8441bef88cbfc8fa87ff216088f4852b511910dd.zip
SONAR-10319 Display Analysis Scope on rules detail page (#2995)
* SONAR-10319 Display Analysis Scope on rules detail page * fix icons alignment
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 5 insertions, 0 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 5a2a3cf8981..f4e5b41e0eb 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1302,6 +1302,11 @@ coding_rules.remediation_function.coeff=Coeff
coding_rules.remediation_function.offset=Offset
coding_rules.remediation_function.constant=Constant
+coding_rules.scope.title=Analysis Scope
+coding_rules.scope.MAIN=Main sources
+coding_rules.scope.TEST=Test sources
+coding_rules.scope.ALL=Main and Test sources
+
#------------------------------------------------------------------------------
#
# EMAIL CONFIGURATION