diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-05 14:00:14 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-05 14:00:14 +0100 |
commit | d994dc9554266f57bf2f5f3bf8d3bce7e6cbb6ec (patch) | |
tree | c8849ddada32ab0a0936cfe52db6b075f5ad12e9 /sonar-core/src | |
parent | 66bf0b327148dc962fa5bba20fb0853ed5588665 (diff) | |
download | sonarqube-d994dc9554266f57bf2f5f3bf8d3bce7e6cbb6ec.tar.gz sonarqube-d994dc9554266f57bf2f5f3bf8d3bce7e6cbb6ec.zip |
SONAR-6159 drop the most violated rules widget
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 0 insertions, 9 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 50d835b52cf..4936f3e60c7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1323,15 +1323,6 @@ widget.hotspot_metric.property.title.name=Title widget.hotspot_metric.property.metric.name=Metric widget.hotspot_metric.property.numberOfLines.name=Number of lines -widget.hotspot_most_violated_rules.name=Most Violated Rules -widget.hotspot_most_violated_rules.name_when_period=Most new violated rules -widget.hotspot_most_violated_rules.description=Shows the rules that are the most violated. -widget.hotspot_most_violated_rules.no_violation_for_severity=No result -widget.hotspot_most_violated_rules.any_severity=Any severity -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.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 |