diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 937528a04..e0a91546c 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -370,7 +370,9 @@ for ($i = 0; $i < $num_fields; $i++) { . ' value="' . htmlspecialchars($length_to_display) . '"' . ' class="textfield" />' . '

'; - $content_cells[$i][$ci] .= 'ENUM or SET data too long? Get more editing space

'; + $content_cells[$i][$ci] .= __('ENUM or SET data too long?') + . ' ' + . __('Get more editing space') . '

'; $ci++; // column default @@ -797,8 +799,8 @@ if ($action == 'tbl_create.php') { Close

Enter each value in a separate field.

-

+ Add value

- Cancel +

Add more values

+ Cancel \ No newline at end of file