aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-08-16 16:42:25 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-08-16 17:36:41 +0200
commit792d73d26972dfa1f5f2f47fc88e930ef56af5ef (patch)
tree9cec106c895d4f97c862334f0d13b5135093cc01 /sonar-core
parentd235acc3d3f20d44617effe1fda54467fa81a9dc (diff)
downloadsonarqube-792d73d26972dfa1f5f2f47fc88e930ef56af5ef.tar.gz
sonarqube-792d73d26972dfa1f5f2f47fc88e930ef56af5ef.zip
SONAR-7957 Replace new ncloc by new lines
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 a0371ca6877..be5c66370c6 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2503,8 +2503,8 @@ metric.new_major_violations.description=New Major issues
metric.new_major_violations.name=New Major Issues
metric.new_minor_violations.description=New Minor issues
metric.new_minor_violations.name=New Minor Issues
-metric.new_ncloc.name=New Lines of Code
-metric.new_ncloc.description=New non commenting lines of code
+metric.new_lines.name=Lines on New Code
+metric.new_lines.description=Non commenting lines on new code
metric.new_overall_branch_coverage.description=Condition coverage of new/changed code by all tests
metric.new_overall_branch_coverage.name=Overall Condition Coverage on New Code
metric.new_overall_conditions_to_cover.description=New conditions to cover by all tests