Skip to content

Commit

Permalink
fixed help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kozi committed Aug 26, 2020
1 parent 266d69b commit 4634605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contao/languages/de/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: <pre>{theme: "light"}</pre> Die Eigenschaften content und allowHTML werden automatisch gesetzt. Fügen Sie eine Tooltip-Konfiguration hinzu (Einzelheiten siehe <a target="_blank" href="https://atomiks.github.io/tippyjs/">tippy.js Dokumentation</a>)'];
$GLOBALS['TL_LANG']['tl_module']['fullcal_tooltip_options'] = ['Tooltip-Konfiguration', 'Bsp: <strong>{theme: "light"}</strong> Die Eigenschaften content und allowHTML werden automatisch gesetzt. Fügen Sie eine Tooltip-Konfiguration hinzu (Einzelheiten siehe <a target="_blank" href="https://atomiks.github.io/tippyjs/">tippy.js Dokumentation</a>)'];
$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';
Expand Down
2 changes: 1 addition & 1 deletion contao/languages/en/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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. <pre>{theme: "light"}</pre> Properties content and allowHTML are set automatically. Add a tooltip configuration (See <a target="_blank" href="https://atomiks.github.io/tippyjs/">tippy.js documentation</a> for details)'];
$GLOBALS['TL_LANG']['tl_module']['fullcal_tooltip_options'] = ['Tooltip configuration', 'eg. <strong>{theme: "light"}</strong> Properties content and allowHTML are set automatically. Add a tooltip configuration (See <a target="_blank" href="https://atomiks.github.io/tippyjs/">tippy.js documentation</a> 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';
Expand Down

0 comments on commit 4634605

Please sign in to comment.