? drupal-table-prefix-example-172396-1.patch
? sites
Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.73
diff -u -p -r1.73 install.php
--- install.php	30 Aug 2007 19:31:28 -0000	1.73
+++ install.php	1 Sep 2007 22:54:13 -0000
@@ -327,7 +327,7 @@ function install_settings_form(&$form_st
       '#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 website will be sharing this database, enter a table prefix such as "cms_" for your @drupal site here.', array('@drupal' => drupal_install_profile_name())),
     );
 
     $form['save'] = array(
