From da46294a731828d1ec4a2705626b44a6bec6c244 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 7 Jan 2015 09:32:47 +0100 Subject: [PATCH] Translations. --- module/dca/tl_leaflet_icon.php | 6 +++--- module/languages/en/modules.php | 8 +++++++- module/languages/en/tl_leaflet_icon.php | 2 ++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/module/dca/tl_leaflet_icon.php b/module/dca/tl_leaflet_icon.php index 5fd1e28..d838152 100644 --- a/module/dca/tl_leaflet_icon.php +++ b/module/dca/tl_leaflet_icon.php @@ -107,7 +107,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_icon'] = array 'iconRetinaImage', 'iconAnchor', 'popupAnchor', - 'iconClassName', + 'className', ), 'shadow' => array( 'shadowImage', @@ -280,8 +280,8 @@ $GLOBALS['TL_DCA']['tl_leaflet_icon'] = array 'label' => &$GLOBALS['TL_LANG']['tl_leaflet_icon']['className'], 'exclude' => true, 'inputType' => 'text', - 'eval' => array('mandatory' => false, 'maxlength' => 255, 'tl_class' => 'w50'), - 'sql' => "varchar(255) NOT NULL default ''" + 'eval' => array('mandatory' => false, 'maxlength' => 64, 'tl_class' => 'w50'), + 'sql' => "varchar(64) NOT NULL default ''" ), ), ); diff --git a/module/languages/en/modules.php b/module/languages/en/modules.php index 18ceeb3..48c7fcf 100644 --- a/module/languages/en/modules.php +++ b/module/languages/en/modules.php @@ -1,4 +1,10 @@