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
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.
<tr>
<td valign="top" width="25%">
<div class="dashbox">
- <h3><%= message('issues') -%></h3>
+ <h3><%= message('widget.unresolved_issues_statuses.unresolved_issues') -%></h3>
<div class="marginbottom10">
<span class="big">
<%= format_measure(issues, :url => url_for({:controller => 'issues', :action => 'search' }.merge(issues_search_options))) -%>