diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-10-09 10:20:44 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-10-09 10:20:44 +0200 |
commit | 48de77f52b46fc37dbf6d73496e93fbe2b200cae (patch) | |
tree | 45880e70137dfed9afe4d569fc8962e423b336a2 /plugins/sonar-core-plugin | |
parent | 653a69022c894f6bfcbf128710e565542138df3c (diff) | |
download | sonarqube-48de77f52b46fc37dbf6d73496e93fbe2b200cae.tar.gz sonarqube-48de77f52b46fc37dbf6d73496e93fbe2b200cae.zip |
Fix typo
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 074eb5cc246..27f1de3c2d4 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 @@ -1156,12 +1156,12 @@ widget.measure_filter_treemap.property.heightInPercents.description=Height in pe widget.measure_filter_treemap.property.displayFilterDescription.name=Display filter description widget.technical_debt.name=Technical Debt -widget.technical_debt.description=Display the Technical Debt +widget.technical_debt.description=Displays the technical debt, also known as remediation cost. widget.technical_debt.days=days widget.technical_debt.no_info_available=No information available. widget.technical_debt_pyramid.name=Technical Debt Pyramid -widget.technical_debt_pyramid.description=Displays the Technical Debt by characteristics. Characteristics located at the bottom should be addressed before those on top. +widget.technical_debt_pyramid.description=Displays the technical bebt by characteristics. Characteristics located at the bottom should be addressed before those on top. widget.technical_debt_pyramid.cost=Cost widget.technical_debt_pyramid.total=Total widget.technical_debt_pyramid.no_info_available=No information available. |