summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 20:03:11 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 20:03:11 +0000
commite08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (patch)
tree8525d9a86d13a2a270503cb30ec2710fbf9e3745 /install.php
parent78494a47acc6c91c7593a8c57dee53d5e5902eb3 (diff)
downloadbrdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.gz
brdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.bz2
- Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'.
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 fb60945fc..b45ad40c6 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 website 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 web site will be sharing this database, enter a table prefix for your @drupal site here.', array('@drupal' => drupal_install_profile_name())),
);
$form['save'] = array(