summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
commit79872ff139f9aaf597642bb8a7877df7bf4b2842 (patch)
tree058acdd4a7c6d3a1e079615ebec89d5bfebbe557 /install.php
parentdeac3a0e9aa8be150c909f5e3a52077168541bb4 (diff)
downloadbrdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.gz
brdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.bz2
- Patch #98359 by Robroy and webchick: string clean-up: web site -> 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 ef790cea4..bc2d4c335 100644
--- a/install.php
+++ b/install.php
@@ -280,7 +280,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(