diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-03 15:56:08 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-03 15:56:08 +0200 |
commit | bfe079c57c1b509860384635d612408816acad8e (patch) | |
tree | 29ca6acca783f491960efff9d8d8cf95a7696bc6 /sonar-core | |
parent | e7194d297211fb57ac548a7c796d9644716482e4 (diff) | |
download | sonarqube-bfe079c57c1b509860384635d612408816acad8e.tar.gz sonarqube-bfe079c57c1b509860384635d612408816acad8e.zip |
SONAR-5656 Add descriptions on pie chart widget properties
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 4359fdefa09..06ecae64ab1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1125,8 +1125,11 @@ widget.measure_filter_pie_chart.property.chartTitle.name=Chart Title widget.measure_filter_pie_chart.property.chartHeight.name=Chart Height widget.measure_filter_pie_chart.property.filter.name=Filter widget.measure_filter_pie_chart.property.mainMetric.name=Main Metric +widget.measure_filter_pie_chart.property.mainMetric.desc=This metric will be used to size the pie wedges, and will be shown when you mouse over a wedge. widget.measure_filter_pie_chart.property.extraMetric1.name=Extra Metric 1 +widget.measure_filter_pie_chart.property.extraMetric1.desc=This metric will be shown when you mouse over a wedge. widget.measure_filter_pie_chart.property.extraMetric2.name=Extra Metric 2 +widget.measure_filter_pie_chart.property.extraMetric1.desc=This metric will be shown when you mouse over a wedge. widget.measure_filter_pie_chart.property.maxItems.name=Max Components widget.measure_filter_pie_chart.property.maxItems.desc=Maximum number of components to display |