From 4634605eecf8ee4f3efd580bda3112052a8b9c4d Mon Sep 17 00:00:00 2001 From: Martin Kozianka Date: Wed, 26 Aug 2020 14:38:56 +0200 Subject: [PATCH] fixed help text --- contao/languages/de/tl_module.php | 2 +- contao/languages/en/tl_module.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contao/languages/de/tl_module.php b/contao/languages/de/tl_module.php index 3993ef3..65a449a 100644 --- a/contao/languages/de/tl_module.php +++ b/contao/languages/de/tl_module.php @@ -17,7 +17,7 @@ $GLOBALS['TL_LANG']['tl_module']['fullcal_headerToolbar_center'] = ['Kopfzeile (Mitte)', $fullcalendarDesc]; $GLOBALS['TL_LANG']['tl_module']['fullcal_headerToolbar_end'] = ['Kopfzeile (Ende)', $fullcalendarDesc]; -$GLOBALS['TL_LANG']['tl_module']['fullcal_tooltip_options'] = ['Tooltip-Konfiguration', 'Bsp:
{theme: "light"}
Die Eigenschaften content und allowHTML werden automatisch gesetzt. Fügen Sie eine Tooltip-Konfiguration hinzu (Einzelheiten siehe tippy.js Dokumentation)']; +$GLOBALS['TL_LANG']['tl_module']['fullcal_tooltip_options'] = ['Tooltip-Konfiguration', 'Bsp: {theme: "light"} Die Eigenschaften content und allowHTML werden automatisch gesetzt. Fügen Sie eine Tooltip-Konfiguration hinzu (Einzelheiten siehe tippy.js Dokumentation)']; $GLOBALS['TL_LANG']['tl_module']['fullcal_options_additional'] = ['Zusätzliche FullCalendar Einstellungen', 'Muss ein valides Javascript Objekt sein.']; $GLOBALS['TL_LANG']['tl_module']['fullcal_range']['3_months'] = '-3 Monate bis +3 Monate'; diff --git a/contao/languages/en/tl_module.php b/contao/languages/en/tl_module.php index 13a7026..f750410 100644 --- a/contao/languages/en/tl_module.php +++ b/contao/languages/en/tl_module.php @@ -17,7 +17,7 @@ $GLOBALS['TL_LANG']['tl_module']['fullcal_headerToolbar_center'] = ['Header (center)', $fullcalendarDesc]; $GLOBALS['TL_LANG']['tl_module']['fullcal_headerToolbar_end'] = ['Header (end)', $fullcalendarDesc]; -$GLOBALS['TL_LANG']['tl_module']['fullcal_tooltip_options'] = ['Tooltip configuration', 'eg.
{theme: "light"}
Properties content and allowHTML are set automatically. Add a tooltip configuration (See tippy.js documentation for details)']; +$GLOBALS['TL_LANG']['tl_module']['fullcal_tooltip_options'] = ['Tooltip configuration', 'eg. {theme: "light"} Properties content and allowHTML are set automatically. Add a tooltip configuration (See tippy.js documentation for details)']; $GLOBALS['TL_LANG']['tl_module']['fullcal_options_additional'] = ['Additional FullCalendar options', 'Must be a valid JS object definition']; $GLOBALS['TL_LANG']['tl_module']['fullcal_range']['3_months'] = '-3 months bis +3 months';