From 68089bc351a4d3c7f409194eeea2ba1e77daacd5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Thu, 24 Jul 2014 13:56:22 +0200 Subject: [PATCH] SONAR-4678 Update message on widget when a measure filter does not exist anymore --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e9e2cb26b36..8188fb9766a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -598,7 +598,7 @@ measure_filter.display.treemap=Treemap measure_filter.list.change=Change Columns measure_filter.treemap.change=Change Treemap measure_filter.add_column_button=Add Column -measure_filter.widget.unknown_filter_warning=This widget is configured to display a measure filter that doesn't exist anymore. +measure_filter.widget.unknown_filter_warning=This widget is configured to display a measure filter that does not exist anymore. measure_filter.error.UNKNOWN=Unexpected error. Please contact the administrator. measure_filter.error.TOO_MANY_RESULTS=Too many results. Please refine your search. measure_filter.error.VALUE_SHOULD_BE_A_NUMBER=Value used for metric should be a number. -- 2.39.5