diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-30 16:28:41 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-30 16:28:41 +0100 |
commit | 92921ceefd66f49ecf0915fe87997caefa24c6bc (patch) | |
tree | b79b7ecf396b563bf053a104dfd87eb1dd819aa6 /settings/templates | |
parent | 47863279015b0cbb302f323c70b0682e2fb7c440 (diff) | |
download | nextcloud-server-92921ceefd66f49ecf0915fe87997caefa24c6bc.tar.gz nextcloud-server-92921ceefd66f49ecf0915fe87997caefa24c6bc.zip |
make strings translatable
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php index f30c21efaef..4d7c29678ce 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -94,11 +94,11 @@ $_['subadmingroups'] = array_flip($items); <td class="name"><?php echo $user["name"]; ?></td> <td class="displayName"><span><?php echo $user["displayName"]; ?></span> <img class="svg action" src="<?php echo image_path('core', 'actions/rename.svg')?>" - alt="change display name" title="change display name"/> + alt="<?php echo $l->t("change display name")?>" title="<?php echo $l->t("change display name")?>"/> </td> <td class="password"><span>●●●●●●●</span> <img class="svg action" src="<?php echo image_path('core', 'actions/rename.svg')?>" - alt="set new password" title="set new password"/> + alt="<?php echo $l->t("set new password")?>" title="<?php echo $l->t("set new password")?>"/> </td> <td class="groups"><select class="groupsselect" |