From: Fabrice Bellingard Date: Tue, 16 Oct 2012 09:17:38 +0000 (+0200) Subject: Remove useless properties from Core bundle X-Git-Tag: 3.3~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a40e435bf1227bc73625e66fed1e4c43b9d2a89;p=sonarqube.git Remove useless properties from Core bundle --- 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 5ac04a936d1..ee688934814 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,8 +738,6 @@ 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