diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-03-25 17:46:57 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-03-25 17:46:57 +0100 |
commit | 82d6d4a735a54336ecba7c022337a79a625a28ff (patch) | |
tree | 7fbf9536772fd36cec79c5792bc7fd85f303fdee /sonar-core | |
parent | 1ec8e8ec1c3bf3b1f687036b94bbe963fb91cc44 (diff) | |
download | sonarqube-82d6d4a735a54336ecba7c022337a79a625a28ff.tar.gz sonarqube-82d6d4a735a54336ecba7c022337a79a625a28ff.zip |
improve code quality
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 26c97d51421..6df4863e37d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1856,6 +1856,7 @@ 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_rule.activation_notice=Note: parameters of a custom rule are not customizable on rule activation, only during creation/edit. coding_rules.custom_rules=Custom Rules +coding_rules.delete_rule=Delete Rule coding_rules.delete.custom.confirm=Are you sure you want to delete custom rule "{0}"? coding_rules.delete.manual.confirm=Are you sure you want to delete manual rule "{0}"? coding_rules.extend_description=Extend Description |