errata fix
This commit is contained in:
parent
38695482c0
commit
ddb58f56e9
|
@ -577,7 +577,7 @@ function html_print_select_groups(
|
|||
);
|
||||
|
||||
if ($required !== false) {
|
||||
$require_message = __('Please select an item from this list. Madafaka');
|
||||
$require_message = __('Please select an item from this list.');
|
||||
}
|
||||
|
||||
if (empty($size) === true) {
|
||||
|
|
Loading…
Reference in New Issue