From 6679d0460fc88847c492dd13761180fcc1377b51 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 22 Jul 2013 16:07:37 -0300 Subject: Fixing hook_requirements() --- timelinejs.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/timelinejs.install b/timelinejs.install index c2fd4a1..8db50d3 100644 --- a/timelinejs.install +++ b/timelinejs.install @@ -15,9 +15,9 @@ function timelinejs_requirements($phase) { $timelinejs = libraries_get_path('timelinejs'); if (!is_dir($timelinejs)) { $requirements['timelinejs'] = array( - 'title' => $t('TimelineJS'), - 'value' => $t('Could not find timelinejs installation at libraries folder.'), - 'description' => $t('Please download it from https://github.com/VeriteCo/Timeline'), + 'title' => t('TimelineJS'), + 'value' => t('Could not find timelinejs installation at libraries folder.'), + 'description' => t('Please download it from https://github.com/VeriteCo/Timeline'), 'severity' => REQUIREMENT_ERROR, ); } -- cgit v1.2.3