summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timelinejs.install6
1 files 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,
);
}