make string translatable

This commit is contained in:
Arthur Schiwon 2014-04-16 17:55:19 +02:00
parent cbcda49ee3
commit 08ad073cf5

View file

@ -95,7 +95,7 @@
<td class="storageLocation"><?php p($user["storageLocation"]); ?></td>
<?php
if($user["lastLogin"] === 0) {
$lastLogin = 'never';
$lastLogin = $l->t('never');
$lastLoginDate = '';
} else {
$lastLogin = relative_modified_date($user["lastLogin"]);