diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-04 09:37:43 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-04 09:37:43 +0200 |
commit | 24613f816d004b9af44ec3678acc2b6af91e4d3f (patch) | |
tree | 15e5702eaf16f550d2ba896e464208550b5d1ba9 /sonar-core | |
parent | 288577314b99680f73d5367db037cc1fa7415dc5 (diff) | |
download | sonarqube-24613f816d004b9af44ec3678acc2b6af91e4d3f.tar.gz sonarqube-24613f816d004b9af44ec3678acc2b6af91e4d3f.zip |
SONAR-5439 Remove the Most Violated Components Widget
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 0 insertions, 5 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 367e8181bfc..35a26c262a7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1205,11 +1205,6 @@ 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 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 - widget.my_reviews.name=My Unresolved Issues widget.my_reviews.description=Shows unresolved issues assigned to the current user. widget.my_reviews.property.numberOfLines.name=Number of lines |