diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2015-03-05 13:56:47 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2015-03-05 13:56:53 +0100 |
commit | 5fdf7c7a4bc3a5db146e5e7744a339f473cf8954 (patch) | |
tree | b6e76095ca74b5cbf68758c55ef7218290d0d3c5 /sonar-core | |
parent | 2b3a173331100d8f6967a05fd2c81ebeeb3c7836 (diff) | |
download | sonarqube-5fdf7c7a4bc3a5db146e5e7744a339f473cf8954.tar.gz sonarqube-5fdf7c7a4bc3a5db146e5e7744a339f473cf8954.zip |
Fix resource bundle for uncharacterized rules
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 b783bf27f13..f7c7f68f0e3 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1895,7 +1895,7 @@ 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.noncharacterized=Noncharacterized +coding_rules.noncharacterized=Uncharacterized coding_rules.update_custom_rule=Update Custom Rule coding_rules.update_manual_rule=Update Manual Rule |