]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3114 Set the tab ID to its previous value ('dependencies')
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 27 Mar 2012 17:13:47 +0000 (19:13 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Tue, 27 Mar 2012 17:13:47 +0000 (19:13 +0200)
plugins/sonar-design-plugin/src/main/java/org/sonar/plugins/design/ui/dependencies/DependenciesViewer.java
plugins/sonar-design-plugin/src/main/resources/org/sonar/plugins/design/ui/dependencies/dependencies_viewer.html.erb
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties

index ed69dd324f7b1b7220d2549ced6ff9c58be49820..d3294622b4aefee601aca07ef42f860d239ca26a 100644 (file)
@@ -37,7 +37,7 @@ import org.sonar.api.web.UserRole;
 public class DependenciesViewer extends AbstractRubyTemplate implements RubyRailsPage {
 
   public String getId() {
-    return "dependencies_viewer";
+    return "dependencies";
   }
 
   public String getTitle() {
index 755512d6631170b2e44ddf6eebcde821cf3cac22..757302422fbed82c189e21b903743abcf86d02a5 100644 (file)
@@ -25,7 +25,7 @@
       <thead>
         <tr class="coltitle">
           <th class="thin"></th>
-          <th><%= message('dependencies_viewer.' + metric_name) -%>: <b><%= format_measure(measure) -%></b></th>
+          <th><%= message('dependencies.' + metric_name) -%>: <b><%= format_measure(measure) -%></b></th>
         </tr>
       </thead>
     
index 1a60cfa55e840dff71652fc0ed108a1e7fb8187c..82eb81b3524f27103e857b9289b38fe1a9f62da5 100644 (file)
@@ -325,7 +325,7 @@ violations.page=Violations
 violations_drilldown.page=Violations Drilldown
 update_center.page=Update Center
 lcom4_viewer.page=LCOM4
-dependencies_viewer.page=Dependencies
+dependencies.page=Dependencies
 
 
 # GWT pages
@@ -842,8 +842,8 @@ code_viewer.create_violation.unit_test_not_supported=Users can not create their
 # DEPENDENCIES VIEWER
 #
 #------------------------------------------------------------------------------
-dependencies_viewer.ca=Afferent (incoming) couplings
-dependencies_viewer.ce=Efferent (outgoing) couplings
+dependencies.ca=Afferent (incoming) couplings
+dependencies.ce=Efferent (outgoing) couplings
 
 
 #------------------------------------------------------------------------------