summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-01-30 15:08:13 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-01-30 15:08:23 +0100
commit51c4b4c460628f1ed4c3661aa770b8635f531b14 (patch)
treeb8b7d118a014c700b495947f4b7b822627039dc8 /plugins
parentb88008865c3fc1ffd0ec950408b42c901ec43e29 (diff)
downloadsonarqube-51c4b4c460628f1ed4c3661aa770b8635f531b14.tar.gz
sonarqube-51c4b4c460628f1ed4c3661aa770b8635f531b14.zip
SONAR-4818 Setting a percentage in the metric value of a measure filter breaks the search
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 333f865e7ab..2d6413f35fb 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
@@ -1,4 +1,3 @@
-
#------------------------------------------------------------------------------
#
# GENERIC WORDS, sorted alphabetically
@@ -530,6 +529,7 @@ 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.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.
#------------------------------------------------------------------------------