Better explanation for autocomplete option.
authorsoranzo <soranzo>
Sun, 31 Dec 2006 16:10:21 +0000 (16:10 +0000)
committersoranzo <soranzo>
Sun, 31 Dec 2006 16:10:21 +0000 (16:10 +0000)
conf/config.inc.php-dist

index da955e8d0c8fb46111fa295c176ae47e8e2d5c4d..d584e2e4d2076ca4ee4c82165340af75d94f6edb 100644 (file)
@@ -4,7 +4,7 @@
         * Central phpPgAdmin configuration.  As a user you may modify the
         * settings here for your particular configuration.
         *
-        * $Id: config.inc.php-dist,v 1.49 2006/08/04 20:42:24 xzilla Exp $
+        * $Id: config.inc.php-dist,v 1.50 2006/12/31 16:10:21 soranzo Exp $
         */
 
        // An example server.  Create as many of these as you wish,
@@ -55,9 +55,9 @@
        // your browser preference.
        $conf['default_lang'] = 'auto';
 
-       // AutoComplete uses ajaxy interaction to list FK options on insert fields
-    // It currently only works on single column foreign keys. You can control
-       // it's behavior with the following settings.  
+       // AutoComplete uses AJAX interaction to list foreign key values 
+       // on insert fields. It currently only works on single column 
+       // foreign keys. You can choose one of the following values:
        // 'default on' enables AutoComplete and turns it on by default.
        // 'default off' enables AutoComplete but turns it off by default.
        // 'disable' disables AutoComplete.