Localize message

This commit is contained in:
Marc Delisle 2013-02-28 08:29:29 -05:00
parent a42000d37f
commit 705fd3f79c

View File

@ -478,7 +478,7 @@ if (count($columns) > 0) {
$html_output .= '<span class="formelement">';
$constraint_name = isset($existrel_foreign[$myfield]['constraint'])
? $existrel_foreign[$myfield]['constraint'] : '';
$html_output .= 'Constraint Name';
$html_output .= __('Constraint name');
$html_output .= '<input type="text" name="constraint_name[' . $myfield_md5 . ']"'
. ' value="' . $constraint_name . '"/>';
$html_output .= '</span>' . "\n";