From: Silvio Rhatto Date: Tue, 11 Oct 2011 18:03:17 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fb8fc9adfab91b8fbd468ce88ba53fe96faeb33f;p=drupal%2Fmuamba.git Minor fix --- diff --git a/muamba.views.inc b/muamba.views.inc index 584fbe7..6e2ca1a 100644 --- a/muamba.views.inc +++ b/muamba.views.inc @@ -140,7 +140,7 @@ function muamba_views_data() { // Changed. $data['muamba']['changed'] = array( - 'title' => t('Created'), + 'title' => t('Changed'), 'help' => t('When the transaction was last changed.'), 'field' => array( 'handler' => 'views_handler_field_date',