diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-18 18:06:02 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-18 18:06:10 +0200 |
commit | 18a85015feb7a27bee89bcfda4421b92f0a9b8c7 (patch) | |
tree | 02eb02d65b07e9c7bfced1070edcdcf2b835bf70 /sonar-core | |
parent | e93420742f6d1361b5043eb56b15cbdbf7d00690 (diff) | |
download | sonarqube-18a85015feb7a27bee89bcfda4421b92f0a9b8c7.tar.gz sonarqube-18a85015feb7a27bee89bcfda4421b92f0a9b8c7.zip |
SONAR-3373 Integrate management of manual rules in Rules space
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 9b2d5383ed9..67f213fd1a1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1712,6 +1712,7 @@ coding_rules.change_severity_in=Change Severity In coding_rules.change_details=Change Details of Quality Profile coding_rules.create=Create coding_rules.create_custom_rule=Create Custom Rule +coding_rules.create_manual_rule=Create Manual Rule coding_rules.custom_rule=Custom Rule coding_rules.custom_rule.title=This rule has been created through customization of a rule template coding_rules.custom_rules=Custom Rules |