diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-04-05 11:31:01 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-04-05 11:31:01 +0200 |
commit | 641daaa1afef3bbb169b11c44ec3a68694878966 (patch) | |
tree | ef90dd971e420f9c09da0ad9f4f44e6d8beb5992 | |
parent | 96d4124ceba4c59db1e96e2ec5caee6d37374cc2 (diff) | |
download | sonarqube-641daaa1afef3bbb169b11c44ec3a68694878966.tar.gz sonarqube-641daaa1afef3bbb169b11c44ec3a68694878966.zip |
SONAR-3357 Change also the label on the reviews metrics widget
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/reviews_metrics.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/reviews_metrics.html.erb index 0adeba1c0bd..d9720ef83c1 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/reviews_metrics.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/reviews_metrics.html.erb @@ -42,7 +42,7 @@ %> <br/> <span style="font-weight: bold"> - <%= message('widget.reviews_metrics.on_new_code') -%> + <%= message('widget.reviews_metrics.added_unreviewed_violations') -%> <a href="<%= url_for_drilldown('new_unreviewed_violations', :period => dashboard_configuration.period_index) -%>" class="varw"><%= format_variation(new_unreviewed_violations, :style => 'none', :default => '-') -%></a> </span> <% end %> diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index da03b7db22e..d668a7e64e6 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -751,7 +751,7 @@ widget.reviews_metrics.unassigned.suffix=\ unassigned widget.reviews_metrics.unplanned.suffix=\ unplanned widget.reviews_metrics.false_positives=False positives widget.reviews_metrics.unreviewed_violations=Unreviewed violations -widget.reviews_metrics.on_new_code=On new code: +widget.reviews_metrics.added_unreviewed_violations=Added: widget.treemap.name=Treemap of components widget.treemap.description=Displays a treemap of all direct components of the selected resource |