aboutsummaryrefslogtreecommitdiff
path: root/maintenance.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance.cgi')
-rwxr-xr-xmaintenance.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance.cgi b/maintenance.cgi
index 1076af1..21daa1a 100755
--- a/maintenance.cgi
+++ b/maintenance.cgi
@@ -33,7 +33,7 @@ end
if File.exists?("maintenance.html")
- $d << _("This site is currently under maintenance!")
+ $d << _("This site is currently undergoing maintenance!")
$d << File.open("maintenance.html","r").read
else
$d << _('You should not browse to this file directly. Please create a file named "maintenance.html" to enable the maintenance mode.')