From 76b90eb0099e8d6ae3bc0ede4c7a973c5cc58b0b Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 6 Aug 2012 15:43:29 -0300 Subject: Coding style --- timelinejs.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/timelinejs.module b/timelinejs.module index 9c61b88..d7ebb45 100644 --- a/timelinejs.module +++ b/timelinejs.module @@ -93,10 +93,10 @@ function timelinejs_json($nid) { } if (empty($items)) { - $items[0] = new stdClass(); + $items[0] = new stdClass(); $items[0]->field_date['und'][0]['value'] = NULL; - $items[0]->title = t('No items'); - $items[0]->body['und'][0]['value'] = t('Currently there are new items in this timeline'); + $items[0]->title = t('No items'); + $items[0]->body['und'][0]['value'] = t('Currently there are no items in this timeline.'); } foreach ($items as $event) { -- cgit v1.2.3