diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-01-30 16:39:55 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-01-30 16:40:11 +0100 |
commit | 5c9ee1b4ed291f2cd2465769b9a4d57dec25976c (patch) | |
tree | 8c89fd9b440359271ec76eb4e7996d49d39de798 /plugins/sonar-core-plugin | |
parent | 9ad5d28cfd7d94d81f7132e61e04c828f108a8cd (diff) | |
download | sonarqube-5c9ee1b4ed291f2cd2465769b9a4d57dec25976c.tar.gz sonarqube-5c9ee1b4ed291f2cd2465769b9a4d57dec25976c.zip |
SONAR-4093 Display a tooltip that contains number of tests for the current line
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
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 1ec039bb182..81d6e8faa43 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 @@ -1085,6 +1085,7 @@ violations_drilldown.no_violations=No violations #------------------------------------------------------------------------------ resource_viewer.resource_deleted=This resource has been deleted. +number_of_tests_covering_line=Number of tests covering this line : {0} #------------------------------------------------------------------------------ |