summaryrefslogtreecommitdiffstats
path: root/lib/template.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-08-30 23:51:44 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2012-08-30 23:51:44 +0200
commit58b1e841f11559f462ce803a500105f0b64f6e36 (patch)
tree792b58d8b3b3914c470034298e2d57c22a9d295f /lib/template.php
parent6324daecc08e947e9290228a5bf6dca49ceeabaa (diff)
downloadnextcloud-server-58b1e841f11559f462ce803a500105f0b64f6e36.tar.gz
nextcloud-server-58b1e841f11559f462ce803a500105f0b64f6e36.zip
fix translations within subfolder /lib
Diffstat (limited to 'lib/template.php')
-rw-r--r--lib/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template.php b/lib/template.php
index fe8a3c79943..fa8d4192615 100644
--- a/lib/template.php
+++ b/lib/template.php
@@ -76,7 +76,7 @@ function simple_file_size($bytes) {
}
function relative_modified_date($timestamp) {
- $l=OC_L10N::get('template');
+ $l=OC_L10N::get('lib');
$timediff = time() - $timestamp;
$diffminutes = round($timediff/60);
$diffhours = round($diffminutes/60);