diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-23 16:37:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-23 16:38:27 +0200 |
commit | ba4737bcacc686404e8bd163ac50c98e1017eef9 (patch) | |
tree | b13248a0b2a23c4ab029bb67e226705935c8f388 | |
parent | f143bb0813f7286f618b21c0a563681881ca251c (diff) | |
download | sonarqube-ba4737bcacc686404e8bd163ac50c98e1017eef9.tar.gz sonarqube-ba4737bcacc686404e8bd163ac50c98e1017eef9.zip |
Revert renaming of "Technical Debt" to "Debt"
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/issues.html.erb | 4 | ||||
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/issues.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/issues.html.erb index f73f2855c75..dbbe98c0689 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/issues.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/issues.html.erb @@ -51,7 +51,7 @@ <div class="widget-span widget-span-3"> <div class="widget-measure-container"> <div class="widget-measure widget-measure-main"> - <span class="widget-label"><%= message('widget.rules.debt') -%></span> + <span class="widget-label"><%= message('widget.rules.technical_debt') -%></span> <a href="<%= url_for_drilldown('sqale_index') -%>" class="widget-link link-<%= widget.key %>-debt"> <%= format_measure(technical_debt) -%> </a> @@ -206,4 +206,4 @@ </tr> </table> </div> -</div>
\ No newline at end of file +</div> 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 c2769512a69..e7362ab8fcd 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1071,7 +1071,7 @@ widget.events.show_more=Show more widget.rules.name=Issues and Technical Debt widget.rules.description=Reports issues and technical debt. widget.rules.issues=Issues -widget.rules.debt=Debt +widget.rules.technical_debt=Technical Debt widget.rules.added=Added: widget.rules.removed=Removed: |