Skip to content
Snippets Groups Projects
Commit b1af2114 authored by João Ventura's avatar João Ventura
Browse files

Issue #1520556 by pirog: correct typo in TCPDF non-writable dir warning.

parent 92154074
Branches
Tags
No related merge requests found
......@@ -224,7 +224,7 @@ function print_pdf_requirements($phase) {
$requirements['print_pdf_tool_' . $dir] = array(
'title' => $t('TCPDF directory'),
'value' => $t('Non-writable permissions'),
'description' => $t('You must change the %fontdir permissions to be writable, as dompdf requires write-access to that directory.', array('%fontdir' => $directory)),
'description' => $t('You must change the %fontdir permissions to be writable, as TCPDF requires write-access to that directory.', array('%fontdir' => $directory)),
'severity' => REQUIREMENT_ERROR,
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment