]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5508 Change description for metric.new_technical_debt
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 31 Jul 2014 14:40:24 +0000 (16:40 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 31 Jul 2014 14:40:24 +0000 (16:40 +0200)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index c887b3526ec12384feb62c1f6ea805b2df96afbf..520a2101a22f7636bd5cfe55f0385d3cd734daf3 100644 (file)
@@ -2534,8 +2534,8 @@ metric.confirmed_issues.description=Confirmed issues
 metric.sqale_index.name=Technical Debt
 metric.sqale_index.description=Total effort (in days) to fix all the issues on the component and therefore to comply to all the requirements.
 
-metric.new_technical_debt.name=Technical Debt on new code
-metric.new_technical_debt.description=Technical Debt on new code
+metric.new_technical_debt.name=Technical Debt added
+metric.new_technical_debt.description=Technical Debt added
 
 metric.sqale_rating.name=SQALE Rating
 metric.sqale_rating.description=Rating of the technical debt ratio based on the SQALE Governance Model.