diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-10 15:55:31 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-08-10 15:55:31 +0200 |
commit | 6d55c79eed10aefdda9381cb82acdac47c824ec6 (patch) | |
tree | f567580eca41a34c4bee838c1b7a574be2737cf6 /sonar-core | |
parent | af3421b7412098d0d0e0f03a538de49f0ea0f20e (diff) | |
download | sonarqube-6d55c79eed10aefdda9381cb82acdac47c824ec6.tar.gz sonarqube-6d55c79eed10aefdda9381cb82acdac47c824ec6.zip |
SONAR-7964 Rename "New Lines of Code" to "New Lines to Cover"
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 930442a42cf..7bfc12f147d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3013,7 +3013,7 @@ overview.metric.new_coverage=Coverage on New Code overview.metric.duplications=Duplications overview.metric.duplicated_blocks=Duplicated Blocks overview.metric.ncloc=Lines of Code -overview.metric.new_ncloc=New Lines of Code +overview.metric.new_lines_to_cover=New Lines to Cover overview.metric.files=Files overview.coverage_on=Coverage on |