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/board | |
parent | 04a12dd10283e502aeb42902386bdaadb79989e4 (diff) |
Update locales
Diffstat (limited to 'app/Template/board')
-rw-r--r-- | app/Template/board/tooltip_files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/tooltip_files.php b/app/Template/board/tooltip_files.php index 81136659..70e3d371 100644 --- a/app/Template/board/tooltip_files.php +++ b/app/Template/board/tooltip_files.php @@ -9,7 +9,7 @@ </td> <td> <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'])) ?> - <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') ?> </td> </tr> <?php endforeach ?> |