Update BlogTagsWidget.php

This commit is contained in:
Stefan Eickhoff 2015-12-05 12:07:38 +01:00
parent c0928ffa32
commit c642723694
1 changed files with 1 additions and 1 deletions

View File

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