diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-24 17:11:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-24 17:11:59 +0200 |
commit | d50edab056dfd5c199471a60593c39060595f6e9 (patch) | |
tree | 2b7ff2d22082fa7cc443f4e22c1ef4b6f9a3a9df | |
parent | a4d5539f33b10e0cb5af3bda8520e9050278cf0a (diff) | |
download | sonarqube-d50edab056dfd5c199471a60593c39060595f6e9.tar.gz sonarqube-d50edab056dfd5c199471a60593c39060595f6e9.zip |
Rename the widget "most violated resources" by "most violated components"
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 fa0280cd182..d9c259fd21d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1204,8 +1204,8 @@ widget.hotspot_most_violated_rules.property.numberOfLines.name=Number of lines widget.hotspot_most_violated_rules.property.defaultSeverity.name=Default severity widget.hotspot_most_violated_rules.property.defaultSeverity.desc=If selected, severity used to initialize the dropdown list of widget -widget.hotspot_most_violated_resources.name=Most Violated Resources -widget.hotspot_most_violated_resources.description=Shows the resources that have the most violations. +widget.hotspot_most_violated_resources.name=Most Violated Components +widget.hotspot_most_violated_resources.description=Shows the components that have the most issues. widget.hotspot_most_violated_resources.no_resource=No result widget.hotspot_most_violated_resources.property.numberOfLines.name=Number of lines |