diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-17 17:34:59 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-19 09:06:13 +0200 |
commit | 5e1cfb7c9fc843d45acffce74fa60719c3083095 (patch) | |
tree | 51138beae993b1ae1fb7ed5d8e7e0ce0fdbcb02f /sonar-core | |
parent | dd40c169e7f8c81373c5beb2993ed993e3ac420f (diff) | |
download | sonarqube-5e1cfb7c9fc843d45acffce74fa60719c3083095.tar.gz sonarqube-5e1cfb7c9fc843d45acffce74fa60719c3083095.zip |
SONAR-8638 Useless tooltip information in an issue's coverage
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 724b0dd0bf0..ddaf7834c70 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2020,15 +2020,16 @@ component_viewer.show_details=Show Measures component_viewer.show_all_measures=Show all measures component_viewer.no_component=The component has been removed or never existed. -source_viewer.covered=Covered by tests +source_viewer.covered=Covered by the following tests source_viewer.not_covered=Not covered by tests source_viewer.conditions=conditions source_viewer.tooltip.duplicated_line=This line is duplicated. Click to see duplicated blocks. source_viewer.tooltip.duplicated_block=Duplicated block. Click for details. -source_viewer.tooltip.covered=Fully covered by tests. Click for details. -source_viewer.tooltip.partially-covered=Partially covered by tests. Click for details. +source_viewer.tooltip.covered=Fully covered by tests. +source_viewer.tooltip.partially-covered=Partially covered by tests. source_viewer.tooltip.uncovered=Not covered by tests. +source_viewer.tooltip.no_information_about_tests=There is no extra information about test files. source_viewer.load_more_code=Load More Code source_viewer.loading_more_code=Loading More Code... |