diff options
author | David Gageot <david@gageot.net> | 2012-06-15 12:12:40 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-06-15 12:12:40 +0200 |
commit | 0f580d01542078b59532642add4a0aba7651c79e (patch) | |
tree | 82b4b7ad1acd0a9c51aa6726d33ef348e4ab630b /plugins/sonar-l10n-en-plugin/src | |
parent | 02245273e552080ff852e17747770e0db5eb8ab9 (diff) | |
download | sonarqube-0f580d01542078b59532642add4a0aba7651c79e.tar.gz sonarqube-0f580d01542078b59532642add4a0aba7651c79e.zip |
SONAR-3560 Remove the "lines_to_cover" metric from Code coverage widget
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index ae85715a77a..4ce9fc09b35 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -606,7 +606,6 @@ widget.code_coverage.name=Code coverage widget.code_coverage.description=Reports on units tests and code coverage by unit tests. widget.code_coverage.line_coverage.suffix=\ line coverage widget.code_coverage.branch_coverage.suffix=\ branch coverage -widget.code_coverage.lines_to_cover.suffix=\ lines to cover widget.code_coverage.on_new_code=On new code widget.code_coverage.no_new_lines_to_cover=No new lines to cover widget.code_coverage.test_success=Unit test success |