diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 16:08:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 16:09:16 +0100 |
commit | fd1cb766f0f1db517eb66b0b11a51ae61b853fc5 (patch) | |
tree | 6a8bf9200d5c47be5a1cdc1c3a83f83ea1cdb217 /plugins | |
parent | c124220e9760d2a3ab3139d61343fa13e96236b7 (diff) | |
download | sonarqube-fd1cb766f0f1db517eb66b0b11a51ae61b853fc5.tar.gz sonarqube-fd1cb766f0f1db517eb66b0b11a51ae61b853fc5.zip |
Improve CSS of test tracking
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 5d0cd9247c9..b5e083cd8c0 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 @@ -1192,8 +1192,8 @@ test_viewer.skipped=skipped test_viewer.expand=expand test_viewer.collapse=collapse test_viewer.covered_lines=Covered Lines -test_viewer.tests_covering=Tests covering {0} on line {1} -test_viewer.files_covered_by=Files covered by {0} ({1}) +test_viewer.tests_covering=Tests covering <b>{0}</b> on line <b>{1}</b> +test_viewer.files_covered_by=Files covered by <b>{0}</b> ({1}) #------------------------------------------------------------------------------ |