diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 43b74b023..08d2e282c 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -604,7 +604,7 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $ // per SQL query, and at the same time have a default that displays // the transformations. echo '
' . __('To select relation, click :') . '
';
echo '
' . $GLOBALS['strDesignerHelpDisplayField'] . '
'; + echo '' . __('The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.') . '
'; ?>