diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-03-02 09:37:01 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-02 14:19:36 +0100 |
commit | c95776464e57b73d6c5dacbb6a32b346080cb831 (patch) | |
tree | c529213a687c5d69ddaf31813620eedd445c4e49 /sonar-core | |
parent | 341f02c4f952bf85854b4c184d3945ce99a1801d (diff) | |
download | sonarqube-c95776464e57b73d6c5dacbb6a32b346080cb831.tar.gz sonarqube-c95776464e57b73d6c5dacbb6a32b346080cb831.zip |
SONAR-7329 display rule type in description
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 562b3c9026f..75bb6f83cb3 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1959,6 +1959,9 @@ coding_rules.rule_template.title=This rule can be used as a template to create c coding_rules._rules=rules coding_rules.select_tag=Select Tag coding_rules.show_template=Show Template +coding_rules.type.tooltip.CODE_SMELL=Code Smell Detection Rule +coding_rules.type.tooltip.BUG=Bug Detection Rule +coding_rules.type.tooltip.VULNERABILITY=Vulnerability Detection Rule coding_rules.noncharacterized=Uncharacterized coding_rules.update_custom_rule=Update Custom Rule coding_rules.update_manual_rule=Update Manual Rule |