Skip to content

Commit a50e5a3

Browse files
committed
Fix languagefile
1 parent 0d52267 commit a50e5a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Resources/contao/languages/en/tl_metamodel_filtersetting.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2016 The MetaModels team.
6+
* (c) 2012-2022 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313
* @package MetaModels
1414
* @subpackage AttributeCheckbox
1515
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
16-
* @copyright 2012-2016 The MetaModels team.
16+
* @copyright 2012-2022 The MetaModels team.
1717
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0
1818
* @filesource
1919
*/
@@ -29,5 +29,3 @@
2929

3030
// Reference.
3131
$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['typenames']['checkbox_published'] = 'Published state';
32-
$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['typedesc']['checkbox_published'] =
33-
'%s <strong>%s</strong> %s <br /> on attribute <em>%s</em>';

0 commit comments

Comments
 (0)