summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-31 16:14:15 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-31 16:14:15 +0000
commita95ae4de740e7803a50882eb8a629182503a5249 (patch)
treeaa9e682c366ff83e98d1f3f66dfd000bd37fc7c4 /install.php
parenta2fa9ff2f74a3491556d8aae64f25dc042679759 (diff)
downloadbrdo-a95ae4de740e7803a50882eb8a629182503a5249.tar.gz
brdo-a95ae4de740e7803a50882eb8a629182503a5249.tar.bz2
- Patch #187877 by Keith Smith: fixed slight documentation inconsistency.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index b390b20da..d425d7618 100644
--- a/install.php
+++ b/install.php
@@ -850,7 +850,7 @@ function install_configure_form() {
_user_password_dynamic_validation();
$form['intro'] = array(
- '#value' => st('To configure your web site, please provide the following information.'),
+ '#value' => st('To configure your website, please provide the following information.'),
'#weight' => -10,
);
$form['site_information'] = array(