diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-30 23:51:44 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-30 23:51:44 +0200 |
commit | 58b1e841f11559f462ce803a500105f0b64f6e36 (patch) | |
tree | 792b58d8b3b3914c470034298e2d57c22a9d295f /lib/template.php | |
parent | 6324daecc08e947e9290228a5bf6dca49ceeabaa (diff) | |
download | nextcloud-server-58b1e841f11559f462ce803a500105f0b64f6e36.tar.gz nextcloud-server-58b1e841f11559f462ce803a500105f0b64f6e36.zip |
fix translations within subfolder /lib
Diffstat (limited to 'lib/template.php')
-rw-r--r-- | lib/template.php | 2 |
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); |