aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-24 13:56:22 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-24 13:56:22 +0200
commit68089bc351a4d3c7f409194eeea2ba1e77daacd5 (patch)
tree3feb9adcfb2b35c8cd6dd45122e894584d5be63c /sonar-core
parent9600ea8998b05004fef34beec07670754dbef450 (diff)
downloadsonarqube-68089bc351a4d3c7f409194eeea2ba1e77daacd5.tar.gz
sonarqube-68089bc351a4d3c7f409194eeea2ba1e77daacd5.zip
SONAR-4678 Update message on widget when a measure filter does not exist anymore
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 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 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.