summaryrefslogtreecommitdiffstats
path: root/lib/class/video.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/video.class.php')
-rw-r--r--lib/class/video.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/video.class.php b/lib/class/video.class.php
index 5051fa97..22bafa19 100644
--- a/lib/class/video.class.php
+++ b/lib/class/video.class.php
@@ -91,7 +91,7 @@ class Video extends database_object implements media {
$this->f_codec = $this->video_codec . ' / ' . $this->audio_codec;
$this->f_resolution = $this->resolution_x . 'x' . $this->resolution_y;
$this->f_tags = '';
- $this->f_length = floor($this->time/60) . ' ' . _('minutes');
+ $this->f_length = floor($this->time/60) . ' ' . T_('minutes');
} // format