aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-01-13 12:28:18 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-01-13 12:28:18 +0600
commit60436a5ff49807f77a362500931ef950b83eedb1 (patch)
treec2b7bf4147af8ad42e93c9018c35edae9d423dd8 /plugins
parentdb9100ac264f21f2b53e2ff3d683ceaccbda406d (diff)
downloadsonarqube-60436a5ff49807f77a362500931ef950b83eedb1.tar.gz
sonarqube-60436a5ff49807f77a362500931ef950b83eedb1.zip
Update "no measure" message
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index 82a3b50914a..044b70a0e7f 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -1110,7 +1110,7 @@ widget.bubble_chart.property.sizeMetric.name=Size Metric
widget.bubble_chart.property.xLogarithmic.name=X Logarithmic Scale
widget.bubble_chart.property.yLogarithmic.name=Y Logarithmic Scale
-widget.measure_filter.no_main_metric=The widget can not be rendered because no measure is available for the main metric.
+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.