summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-19 23:51:02 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-19 23:51:02 +0000
commitb0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9 (patch)
treefb16b2a5e97b652461a0a00e6c969ceafc21352c /install.php
parent73bcacf2cf56ba80a062730f7507773d4a9bbdd0 (diff)
downloadbrdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.gz
brdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.bz2
#98359 by webchick. Change 'web site' to more common usage, 'website.'
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 b45ad40c6..fb60945fc 100644
--- a/install.php
+++ b/install.php
@@ -273,7 +273,7 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur
'#default_value' => $db_prefix,
'#size' => 45,
'#maxlength' => 45,
- '#description' => st('If more than one @drupal web site will be sharing this database, enter a table prefix for your @drupal site here.', array('@drupal' => drupal_install_profile_name())),
+ '#description' => st('If more than one @drupal website will be sharing this database, enter a table prefix for your @drupal site here.', array('@drupal' => drupal_install_profile_name())),
);
$form['save'] = array(