From: Julien Lancelot Date: Mon, 10 Jun 2013 15:02:51 +0000 (+0200) Subject: Replace solved by resolved ina action plan and replace Issues by Unresolved Issues... X-Git-Tag: 3.7~516 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7f968cdcccbab774de50f8258006f0364887edb5;p=sonarqube.git Replace solved by resolved ina action plan and replace Issues by Unresolved Issues in unresolved statuses widget --- 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 14e681db540..3e2445e792d 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 @@ -592,7 +592,7 @@ action_plans.status.OPEN=Open action_plans.status.CLOSED=Closed action_plans.resolved_issues_x_percent=Resolved issues - {0}% ({1} issues) action_plans.unresolved_issues_x_percent=Unresolved issues - {0}% ({1} issues) -action_plans.x_out_of_x_issues_solved={0} of {1} issues solved +action_plans.x_out_of_x_issues_solved={0} of {1} issues resolved action_plans.reopen=Reopen action_plans.errors.action_plan_does_not_exist=Action plan with key {0} does not exists @@ -1004,6 +1004,7 @@ widget.reviews_per_developer.not_assigned=Not assigned widget.unresolved_issues_statuses.name=Unresolved Issues by Status widget.unresolved_issues_statuses.description=Displays the number of unresolved issues according to their status: Open, Reopened and Confirmed. +widget.unresolved_issues_statuses.unresolved_issues=Unresolved Issues widget.action_plans.name=Action Plans widget.action_plans.description=Shows all the open action plans of the project. diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/unresolved_issues_statuses.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/unresolved_issues_statuses.html.erb index 255ea178eb4..31e2b395d5a 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/unresolved_issues_statuses.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/unresolved_issues_statuses.html.erb @@ -12,7 +12,7 @@
-

<%= message('issues') -%>

+

<%= message('widget.unresolved_issues_statuses.unresolved_issues') -%>

<%= format_measure(issues, :url => url_for({:controller => 'issues', :action => 'search' }.merge(issues_search_options))) -%>