aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-12-11 16:58:57 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-12-11 16:58:57 +0100
commitd0a51bd2596e1766539c72cab4d909747eea0eaa (patch)
treeb842933bc79435db095623e6cd862c721fb9695e /plugins
parentf1b81885dca255b308c8ea26319ada173320ad23 (diff)
downloadsonarqube-d0a51bd2596e1766539c72cab4d909747eea0eaa.tar.gz
sonarqube-d0a51bd2596e1766539c72cab4d909747eea0eaa.zip
SONAR-3825 improve error handling + compatibility of sorting with oracle
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 05b417f6346..11d96ce8ab6 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
@@ -444,10 +444,10 @@ measure_filter.display.list=List
measure_filter.display.treemap=Treemap
measure_filter.list.change=Change Columns
measure_filter.treemap.change=Change Treemap
-measure_filter.too_many_results=Too many results. Please refine your search.
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.
#------------------------------------------------------------------------------
#