aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-08-10 18:09:58 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-08-12 15:56:36 +0200
commitde2eaf079f1933eb9dcdb511eeae7207ac4d10c8 (patch)
tree3040ef5e1697bc31b4c79738b404c9964867a45d /sonar-core/src
parent531135e491d9cdd11d5b687881945cf88f3ddaae (diff)
downloadsonarqube-de2eaf079f1933eb9dcdb511eeae7207ac4d10c8.tar.gz
sonarqube-de2eaf079f1933eb9dcdb511eeae7207ac4d10c8.zip
SONAR-7951 New metric « Duplicated lines on new code »
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
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 412863f8c47..03e7873b2a5 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2472,6 +2472,8 @@ metric.new_coverage.description=Coverage of new/changed code
metric.new_coverage.name=Coverage on New Code
metric.new_critical_violations.description=New Critical issues
metric.new_critical_violations.name=New Critical Issues
+metric.new_duplicated_lines.name=New Duplicated Lines
+metric.new_duplicated_lines.description=New duplicated lines
metric.new_info_violations.description=New Info issues
metric.new_info_violations.name=New Info Issues
metric.new_it_branch_coverage.description=Integration tests condition coverage of new/changed code