diff --git a/tbl_relation.php b/tbl_relation.php index 9afe286445..09e91ad57f 100644 --- a/tbl_relation.php +++ b/tbl_relation.php @@ -478,7 +478,7 @@ if (count($columns) > 0) { $html_output .= ''; $constraint_name = isset($existrel_foreign[$myfield]['constraint']) ? $existrel_foreign[$myfield]['constraint'] : ''; - $html_output .= 'Constraint Name'; + $html_output .= __('Constraint name'); $html_output .= ''; $html_output .= '' . "\n";