diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-01-30 15:08:13 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-01-30 15:08:23 +0100 |
commit | 51c4b4c460628f1ed4c3661aa770b8635f531b14 (patch) | |
tree | b8b7d118a014c700b495947f4b7b822627039dc8 /plugins | |
parent | b88008865c3fc1ffd0ec950408b42c901ec43e29 (diff) | |
download | sonarqube-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.properties | 2 |
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. #------------------------------------------------------------------------------ |