aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-07-16 20:17:13 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-07-16 20:17:13 +0200
commitc4bf89f4064b51442efe4c0264835b4cef264af7 (patch)
tree778b28ffa0ad5555dc1b2e49b8ef6cbb401a032a /plugins
parent116ae0ab65d88b776c091a6ccee13578b4e3314c (diff)
downloadsonarqube-c4bf89f4064b51442efe4c0264835b4cef264af7.tar.gz
sonarqube-c4bf89f4064b51442efe4c0264835b4cef264af7.zip
SONAR-4502 Change "No lines match your filter criteria." message on Issues tab
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 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 ad50bb9ca07..1d065fbd5da 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
@@ -539,6 +539,7 @@ 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 fewer results to be able to sort this list.
issue_filter.widget.max_results_reached=Only the first {0} issues matching the search criteria have been retrieved.
issue_filter.no_result=No matching issues found.
+issue_filter.no_result.help=Status of the related issues may have changed since the last analysis.
issue_filter.save_filter=Save Filter
issue_filter.edit_filter=Edit Filter
issue_filter.copy_filter=Copy Filter