]> source.dussan.org Git - sonarqube.git/commitdiff
Replace "Recent Activity" by "Recent Projects"
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Fri, 14 Dec 2012 12:33:58 +0000 (13:33 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Fri, 14 Dec 2012 12:35:56 +0000 (13:35 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb

index d56128bf503ae3293d431e5149b3d6b78dc124d8..4588e00ea1d1d6bef841244ca8e38cb0da39867b 100644 (file)
@@ -306,7 +306,7 @@ layout.dashboards=Dashboards
 layout.reviews=Reviews
 layout.configuration=Configuration
 layout.projects=Projects
-layout.recent_activity=Recent Activity
+layout.recent_projects=Recent Projects
 layout.user_panel.my_profile=My profile
 
 sidebar.project_settings=Configuration
index ec8a68e1f8dbfaaf45a679514d21ff0c3da11106..01545026f4b0d5031bfde63142efd594a07cba94 100644 (file)
@@ -9,7 +9,7 @@
   
   <div id="projects-menu" class="dropdown-menu" style="max-width: none; display: none;">
     <div id="recent-history" style="border-bottom: 1px solid #ccc; padding-bottom: 10px;">
-      <h2><%= message('layout.recent_activity') -%></h2>
+      <h2><%= message('layout.recent_projects') -%></h2>
       <ul id="recent-history-list">
       </ul>
     </div>
@@ -32,7 +32,7 @@
   
   <% 
      if @resource
-       # we keep only root resources in the "Recent activity"
+       # we keep only root resources in the "Recent Projects"
        root_resource = @resource.root_project
   %>
   else {