]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5675 Rename the "Pie Chart" into "Donut Chart"
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 6 Oct 2014 08:49:40 +0000 (10:49 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 6 Oct 2014 09:44:11 +0000 (11:44 +0200)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/measures/MeasureFilterAsPieChartWidget.java
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 813a22b6e6f91835a40aa1a050f741ae40d68c90..f3a057b4fe9cf7752f452fe8be00bb93d7a34142 100644 (file)
@@ -40,7 +40,7 @@ import static org.sonar.api.web.WidgetScope.GLOBAL;
 public class MeasureFilterAsPieChartWidget extends CoreWidget {
 
   public MeasureFilterAsPieChartWidget() {
-    super("measure_filter_pie_chart", "Measure Filter as Pie Chart", "/org/sonar/plugins/core/widgets/measures/measure_filter_pie_chart.html.erb");
+    super("measure_filter_pie_chart", "Measure Filter as Donut Chart", "/org/sonar/plugins/core/widgets/measures/measure_filter_pie_chart.html.erb");
   }
 
 }
index 06ecae64ab1a3f0a473317aed707b13ba8820f4c..9442b2834590f170aac813fa7c3955787733590a 100644 (file)
@@ -1119,17 +1119,17 @@ widget.bubble_chart.property.yLogarithmic.name=Y Logarithmic Scale
 
 widget.measure_filter.no_main_metric=The widget can not be rendered because some components have no measure for the selected metric(s).
 
-widget.measure_filter_pie_chart.name=Measure Filter as Pie Chart
-widget.measure_filter_pie_chart.description=Displays the result of a pre-configured measure filter as a pie chart.
+widget.measure_filter_pie_chart.name=Measure Filter as Donut Chart
+widget.measure_filter_pie_chart.description=Displays the result of a pre-configured measure filter as a donut chart.
 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.mainMetric.desc=This metric will be used to size the donut 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.extraMetric2.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