From ecfb38dbf57f93e8c05789bef2ccdbaac307714c Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 30 May 2013 11:10:10 +0200 Subject: [PATCH] SONAR-4334 Fix typo in message displayed when there's too many results --- .../src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5f443c280ef..01a4f1b2528 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 @@ -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. -- 2.39.5