]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3912 Revert "Remove useless properties from Core bundle"
authorDavid Gageot <david@gageot.net>
Fri, 26 Oct 2012 07:14:50 +0000 (09:14 +0200)
committerDavid Gageot <david@gageot.net>
Fri, 26 Oct 2012 08:28:49 +0000 (10:28 +0200)
This reverts commit 2a40e435bf1227bc73625e66fed1e4c43b9d2a89.(cherry picked from commit 0ecdd42da28e76c116f4ba5f13641e90176bd142)

plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index 80bab242642f3d862bba731199aec6102f5671dc..c76959c32aec009f004ff0aa147889af3a0692cb 100644 (file)
@@ -738,6 +738,8 @@ widget.it-coverage.on_new_code=On new code
 widget.it-coverage.no_new_lines_to_cover=No new lines to cover
 
 # id of this widget does not use underscore in order to be backward-compatible with previous version of JaCoCo plugin
+widget.overall-coverage.name=Overall coverage
+widget.overall-coverage.description=Reports on code coverage by all tests
 widget.overall-coverage.line_coverage.suffix=\ line coverage
 widget.overall-coverage.branch_coverage.suffix=\ branch coverage
 widget.overall-coverage.lines_to_cover.suffix=\ lines to cover