From b7092d5e2d5cf58400a9fa1fd52d28ad9021794e Mon Sep 17 00:00:00 2001
From: Frederic Guillot
Date: Thu, 20 Aug 2015 22:03:03 -0400
Subject: Update locales
---
app/Template/file/show.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'app/Template/file/show.php')
diff --git a/app/Template/file/show.php b/app/Template/file/show.php
index 9281c352..b1a0a813 100644
--- a/app/Template/file/show.php
+++ b/app/Template/file/show.php
@@ -21,7 +21,7 @@
- = $this->url->link(t('open'), 'file', 'open', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?>
+ = $this->url->link(t('open file'), 'file', 'open', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?>
= $this->url->link(t('remove'), 'file', 'confirm', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?>
= $this->url->link(t('download'), 'file', 'download', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?>
--
cgit v1.2.3