From 166cecf2d71b422ee5ca600c9290873415581c07 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sun, 8 Oct 2006 06:23:38 +0000
Subject: [PATCH] - Patch #87819 by webchick: 'database prefix' -> 'table
 prefix'

---
 install.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.php b/install.php
index e3ea9ff5d40d..b45f0c28a9d2 100644
--- a/install.php
+++ b/install.php
@@ -261,10 +261,10 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur
       '#description' => st('If your database server is listening to a non-standard port, enter its number.'),
     );
 
-    // Database prefix
+    // Table prefix
     $form['advanced_options']['db_prefix'] = array(
       '#type' => 'textfield',
-      '#title' => st('Database prefix'),
+      '#title' => st('Table prefix'),
       '#default_value' => $db_prefix,
       '#size' => 45,
       '#maxlength' => 45,
-- 
GitLab