From e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Nov 2006 20:03:11 +0000 Subject: - Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') 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( -- cgit v1.2.3