From 0ecdd42da28e76c116f4ba5f13641e90176bd142 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Fri, 26 Oct 2012 09:14:50 +0200 Subject: [PATCH] SONAR-3912 Revert "Remove useless properties from Core bundle" This reverts commit 2a40e435bf1227bc73625e66fed1e4c43b9d2a89. --- .../src/main/resources/org/sonar/l10n/core.properties | 2 ++ 1 file changed, 2 insertions(+) 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 80bab242642..c76959c32ae 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 @@ -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 -- 2.39.5