summaryrefslogtreecommitdiff
path: root/site-offline.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-06-19 15:43:34 +0000
committerfisharebest <fisharebest@gmail.com>2011-06-19 15:43:34 +0000
commit4f074f863f4feee9c2e24c89ff3c4e3c567cf104 (patch)
treeb138c17ed277224b3dd72e6741c8e5317a3c5ceb /site-offline.php
parent036e741c2cd4b7ec167774f04224872e9cb2e778 (diff)
downloadwebtrees-4f074f863f4feee9c2e24c89ff3c4e3c567cf104.tar.gz
webtrees-4f074f863f4feee9c2e24c89ff3c4e3c567cf104.tar.bz2
webtrees-4f074f863f4feee9c2e24c89ff3c4e3c567cf104.zip
Update the names and descriptions of the modules, so that they are (hopefully!) clear, concise, accurate and consistent.
Diffstat (limited to 'site-offline.php')
-rw-r--r--site-offline.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/site-offline.php b/site-offline.php
index 237da5c7e0..072ea13b46 100644
--- a/site-offline.php
+++ b/site-offline.php
@@ -20,7 +20,7 @@
//
// $Id$
-define('WT_SCRIPT_NAME', 'site-unavailable.php');
+define('WT_SCRIPT_NAME', 'site-offline.php');
// This script does not load session.php.
// session.php won't run until a configuration file and database connection exist...
@@ -66,7 +66,7 @@ echo
.good {color: green;}
</style>',
'</head><body>',
- '<h1>', WT_I18N::translate('<b>webtrees</b> site unavailable'), '</h1>',
+ '<h1>', WT_I18N::translate('This website is temporarily unavailable'), '</h1>',
'<div class="content"><p>';
if ($offline_txt) {