From 04a466d94c0fb5e79c54c4fdf380e3feb0043d4a Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Fri, 14 Dec 2012 13:33:58 +0100 Subject: [PATCH] Replace "Recent Activity" by "Recent Projects" --- .../src/main/resources/org/sonar/l10n/core.properties | 2 +- .../webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 d56128bf503..4588e00ea1d 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 @@ -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 diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb index ec8a68e1f8d..01545026f4b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb @@ -9,7 +9,7 @@