Fixed quot string
This commit is contained in:
parent
73cd0fd17e
commit
740a82253a
|
@ -446,7 +446,7 @@ $data[1] = html_print_input_text_extended(
|
|||
$data[1] .= ui_print_help_tip(
|
||||
__(
|
||||
'Please use single quotation marks when necessary. '."\n".'
|
||||
If double quotation marks are needed, please escape them with a backslash (")'
|
||||
If double quotation marks are needed, please escape them with a backslash (\")'
|
||||
),
|
||||
true
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue