]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4301 Update sentence displayed when max results reached on issues search page
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 23 May 2013 06:40:34 +0000 (08:40 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 23 May 2013 06:40:34 +0000 (08:40 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index c61d5133dbffc9dde97224101e02749409327840..2dd46637bf9e13c4ff8c1ebba2155ad02d65aa2b 100644 (file)
@@ -577,7 +577,7 @@ issue_filter.criteria.reporter=Reporter
 issue_filter.criteria.created_after=Created since
 issue_filter.criteria.created_before=Created before
 issue_filter.criteria.date_format=year-month-day (2013-01-31)
-issue_filter.max_results_reached=Number of results are higher than {0}. Sort won't be available.
+issue_filter.max_results_reached=Only the first {0} issues matching the search criteria have been retrieved. Add some additional criteria to get less results to be able to sort this list.
 
 
 #------------------------------------------------------------------------------