diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 609a9071c14..9e0ddae5e51 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -2291,7 +2291,7 @@ metric.confirmed_issues.description=Confirmed issues #-------------------------------------------------------------------------------------------------------------------- metric.sqale_index.name=Technical Debt -metric.sqale_index.description=The technical debt is the total effort required to fully adhere all quality requirements defined by a user. +metric.sqale_index.description=Total effort (in days) to fix all the issues on the component and therefore to comply to all the requirements. |