Update BlogCategoriesWidget.php

This commit is contained in:
Stefan Eickhoff 2015-12-05 12:01:31 +01:00
parent be1a502823
commit c0928ffa32

View File

@ -57,7 +57,7 @@ class BlogCategoriesWidget extends Widget
->setMaxLength(3);
$fields[] = DropdownField::create(
'Order', _t('BlogCategoriesWidget.Sort.Label', 'Sort'), array('Title' => 'Title', 'Created' => 'Created', 'LastUpdated' => 'Updated')
'Order', _t('BlogCategoriesWidget.Sort.Label', 'Sort'), array('Title' => 'Title', 'Created' => 'Created', 'LastEdited' => 'Updated')
)
->setDescription(_t('BlogCategoriesWidget.Sort.Description', 'Change the order of categories shown by this widget.'));