diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-20 22:03:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-20 22:03:03 -0400 |
commit | b7092d5e2d5cf58400a9fa1fd52d28ad9021794e (patch) | |
tree | b7bdcaf06e671a66f566d5119271b6a8dd6caffe /app/Template/file/show.php | |
parent | 04a12dd10283e502aeb42902386bdaadb79989e4 (diff) |
Update locales
Diffstat (limited to 'app/Template/file/show.php')
-rw-r--r-- | app/Template/file/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </span> </p> <span class="task-show-file-actions task-show-image-actions"> - <i class="fa fa-eye"></i> <?= $this->url->link(t('open'), 'file', 'open', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?> + <i class="fa fa-eye"></i> <?= $this->url->link(t('open file'), 'file', 'open', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?> <i class="fa fa-trash"></i> <?= $this->url->link(t('remove'), 'file', 'confirm', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> <i class="fa fa-download"></i> <?= $this->url->link(t('download'), 'file', 'download', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?> </span> |