aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties10
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb4
2 files changed, 2 insertions, 12 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 a409fa06494..9bffc2e73f2 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
@@ -771,16 +771,6 @@ my_profile.password.empty=Password can not be empty
my_profile.password.mismatch=Password mismatch
my_profile.password.wrong_old=Wrong old password
-#------------------------------------------------------------------------------
-#
-# MAINTENANCE
-#
-#------------------------------------------------------------------------------
-
-maintenance.sonar_is_under_maintenance=Sonar is under maintenance.
-maintenance.please_check_back_later=Please check back later.
-maintenance.more_information=<p>Whilst waiting, you might want to check <a href="http://sonar-plugins.codehaus.org">new plugins</a> to extend the current functionality. </p><p>If you are an administrator and have no idea why this message is showing, you should read the <a href="http://docs.codehaus.org/display/SONAR/Upgrade+guide">upgrade guide</a>.</p>
-
#------------------------------------------------------------------------------
#
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb
index d1b22d6c199..5f6865edce4 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb
@@ -12,6 +12,6 @@
<div id="maintenance">
<div id="maintenancelogo"><a href="http://www.sonarsource.org"><%= image_tag('sonar.png', :class => 'png') -%></a></div>
-<h1><%= message('maintenance.sonar_is_under_maintenance') -%> <a href="<%= ApplicationController.root_context -%>/"><%= message('maintenance.please_check_back_later') -%></a></h1>
-<%= message('maintenance.more_information') -%>
+<h1>Sonar is under maintenance. <a href="<%= ApplicationController.root_context -%>/">Please check back later.</a></h1>
+<p>Whilst waiting, you might want to check <a href="http://sonar-plugins.codehaus.org">new plugins</a> to extend the current functionality. </p><p>If you are an administrator and have no idea why this message is showing, you should read the <a href="http://docs.codehaus.org/display/SONAR/Upgrade+guide">upgrade guide</a>.</p>
</div> \ No newline at end of file