diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-05-16 15:15:08 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-05-16 15:15:18 +0200 |
commit | 54182e421c652e100091196e45ff2474b2cc9608 (patch) | |
tree | 1ac09d419112d6e0eca9e786016377ec353faa5e /sonar-core | |
parent | 269c767e84f04d5c92df4bc6b406bd209e585256 (diff) | |
download | sonarqube-54182e421c652e100091196e45ff2474b2cc9608.tar.gz sonarqube-54182e421c652e100091196e45ff2474b2cc9608.zip |
display number of new lines to cover on overview page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 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 c9d6cab70c7..442e81d8f83 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3132,7 +3132,9 @@ 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.files=Files +overview.coverage_on=Coverage on overview.period.previous_version=since {0} overview.period.previous_version_only_date=since previous version |