From e5c362b6d4991f37c5c43e3ffc6ce14e91785069 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 8 Aug 2011 12:03:02 +0200 Subject: [PATCH] Replace the footer link 'Bug/feature request' by 'plugins' --- .../src/main/resources/org/sonar/l10n/core.properties | 2 +- .../main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 9bffc2e73f2..c103b691217 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -249,7 +249,7 @@ layout.sonar.slogan=Embrace Quality layout.powered_by=Powered by layout.documentation=Documentation layout.ask_a_questions=Ask a question -layout.bug_feature_request=Bug/feature request +layout.plugins=Plugins sidebar.project_settings=Configuration sidebar.security=Security diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index fbc097c14a6..e8364f9b06b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -117,12 +117,13 @@ - Open Source LGPL - - v.<%= sonar_version -%> + v.<%= sonar_version -%> + - + <%= message('layout.plugins') -%> - <%= message('layout.documentation') -%> - <%= message('layout.ask_a_questions') -%> - - - <%= message('layout.bug_feature_request') -%> + <% end %> -- 2.39.5