Skip to content

Commit

Permalink
Update tl_iso_document.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Mar 2, 2023
1 parent 1533786 commit e5b134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/en/tl_iso_document.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
$GLOBALS['TL_LANG']['tl_iso_document']['pdfDefaultFont'] = ['Main font', 'The main font to be used in the PDF.'];
$GLOBALS['TL_LANG']['tl_iso_document']['pdfDefaultFontSize'] = ['Font size', 'The font size to be used as the base in the PDF.'];
$GLOBALS['TL_LANG']['tl_iso_document']['pdfCreator'] = ['Creator', 'Define the creator of the PDF here.'];
$GLOBALS['TL_LANG']['tl_iso_document']['pdfAuthor'] = ['Author', 'Define the author of the PDF here. If this has not been entered, "Environment::get(\'url\')" is used as default.'];
$GLOBALS['TL_LANG']['tl_iso_document']['pdfAuthor'] = ['Author', 'Define the author of the PDF here. Otherwise the URL will be used by default.'];

0 comments on commit e5b134e

Please sign in to comment.