diff --git a/ChangeLog b/ChangeLog
index 106aacf10..fc120a443 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ $Source$
* Documentation.html, config.inc.php3, db_details_structure.php3,
pdf_schema.php3: new 'table_coords' because a table can appear
on more than one PDF page
+ * tbl_relation.php3, lang/*.php3: strChangeDisplay for display
+ field maintenance
2002-05-23 Alexander M. Turek
- Usage tips:
- display field.
+ Usage tip: Display field.
@@ -1804,15 +1804,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
How can I use the "display field" feature?
Starting from the previous example, create the PMA_table_info as explained
- in the configuration section, then:
-
-
- INSERT INTO `PMA_table_info` (table_name, display_field) VALUES ('towns', 'description');
- INSERT INTO `PMA_table_info` (table_name, display_field) VALUES ('countries', 'description');
-
-
- Then browse your persons table, and move the mouse over a town code or
- country code.
+ in the configuration section, then browse your persons table,
+ and move the mouse over a town code or country code.