From c642723694e8a0e2fc288ddb5e220974f93c7f68 Mon Sep 17 00:00:00 2001 From: Stefan Eickhoff Date: Sat, 5 Dec 2015 12:07:38 +0100 Subject: [PATCH] Update BlogTagsWidget.php --- code/widgets/BlogTagsWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/widgets/BlogTagsWidget.php b/code/widgets/BlogTagsWidget.php index a5ac177..f2b4677 100644 --- a/code/widgets/BlogTagsWidget.php +++ b/code/widgets/BlogTagsWidget.php @@ -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.'));