From 83832522867d06241441c04d2b3237200db57224 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 20 Feb 2016 11:34:16 -0500 Subject: Sync locales --- app/Template/task_file/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/task_file') diff --git a/app/Template/task_file/show.php b/app/Template/task_file/show.php index 8aa76520..c3f2bb98 100644 --- a/app/Template/task_file/show.php +++ b/app/Template/task_file/show.php @@ -57,7 +57,7 @@ file->getPreviewType($file['name']) !== null): ?>
  • - url->link(t('View'), 'FileViewer', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?> + url->link(t('View file'), 'FileViewer', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?>
  • -- cgit v1.2.3