diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-26 22:43:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 22:43:17 +0200 |
commit | 80706fcaec0e458ef2e3d05ee2086582577149ef (patch) | |
tree | 1788b50fd821ff26cdd68abcc1261aface3e72df /sonar-core | |
parent | 47e73abe2717a0b673f15fefcdfa6e71907e1a09 (diff) | |
download | sonarqube-80706fcaec0e458ef2e3d05ee2086582577149ef.tar.gz sonarqube-80706fcaec0e458ef2e3d05ee2086582577149ef.zip |
fix displaying rule profiles (#2764)
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 dfa7b4532c2..11440377ec6 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1171,6 +1171,7 @@ 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_details=Change Details of Quality Profile coding_rules.create=Create coding_rules.create_custom_rule=Create Custom Rule coding_rules.custom_rule=Custom Rule |