]> source.dussan.org Git - sonarqube.git/commitdiff
Restore Issues instead of Unresolved Issues in unresolved statuses widget
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 10 Jun 2013 15:12:25 +0000 (17:12 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 11 Jun 2013 08:31:52 +0000 (10:31 +0200)
(cherry picked from commit 0e4e984)

plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/unresolved_issues_statuses.html.erb

index 1778d9f02b772285d8d5c49e46402e20fc22211d..ada129c357d570a5df05721726219f6205cf5e61 100644 (file)
@@ -1004,7 +1004,6 @@ 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.
index 31e2b395d5a5ae23af1ab003e727683b9af88484..255ea178eb4b7a32cea9117d69827e0eb619a36f 100644 (file)
@@ -12,7 +12,7 @@
   <tr>
     <td valign="top" width="25%">
       <div class="dashbox">
-        <h3><%= message('widget.unresolved_issues_statuses.unresolved_issues') -%></h3>
+        <h3><%= message('issues') -%></h3>
         <div class="marginbottom10">
           <span class="big">
             <%= format_measure(issues, :url => url_for({:controller => 'issues', :action => 'search' }.merge(issues_search_options))) -%>