summaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-03-05 13:56:47 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-03-05 13:56:53 +0100
commit5fdf7c7a4bc3a5db146e5e7744a339f473cf8954 (patch)
treeb6e76095ca74b5cbf68758c55ef7218290d0d3c5 /sonar-core
parent2b3a173331100d8f6967a05fd2c81ebeeb3c7836 (diff)
downloadsonarqube-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.properties2
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