diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-26 14:41:01 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-02 17:18:15 +0200 |
commit | 6a3ae4ac87b1e12a9bcd496c57bb6e2918cc345e (patch) | |
tree | 38f63a05fdf9797438a600544a3fdacd789c7615 /sonar-core | |
parent | 77d3e365acbfd9095efe4458c643a9e8ccdada13 (diff) | |
download | sonarqube-6a3ae4ac87b1e12a9bcd496c57bb6e2918cc345e.tar.gz sonarqube-6a3ae4ac87b1e12a9bcd496c57bb6e2918cc345e.zip |
SONAR-1330 Allow rule changes only for quality profile admins
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 973400b7713..661dde6c15e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1674,6 +1674,7 @@ coding_rules.available_since=Available Since coding_rules.bulk_change=Bulk Change coding_rules.bulk_change.success={2} rule(s) changed in profile {0} - {1} coding_rules.bulk_change.warning={2} rule(s) changed, {3} rule(s) ignored in profile {0} - {1} +coding_rules.can_not_deactivate=This rule is inherited and can not be deactivated. coding_rules.change_severity=Change Severity coding_rules.change_severity_in=Change Severity In coding_rules.change_details=Change Details of Quality Profile |