]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4334 Fix typo in message displayed when there's too many results
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 30 May 2013 09:10:10 +0000 (11:10 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 30 May 2013 09:10:10 +0000 (11:10 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index 5f443c280ef420eb4aeeb36349198ca051b1856a..01a4f1b25284ea1f8639c397ded777255d1ab9e0 100644 (file)
@@ -583,7 +583,7 @@ issue_filter.criteria.reporter=Reporter
 issue_filter.criteria.resolution=Resolution
 issue_filter.criteria.severities=Severities
 issue_filter.criteria.status=Status
-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.
+issue_filter.max_results_reached=Only the first {0} issues matching the search criteria have been retrieved. Add some additional criteria to get fewer results to be able to sort this list.
 issue_filter.no_result=No matching issues found.