reorder-authbackend: fix typo

This commit is contained in:
Thomas Gelf 2015-10-02 09:39:25 +02:00
parent 5113abfdb5
commit 3efd713283
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
'icon' => $type === 'external' ?
'magic' : ($type === 'ldap' || $type === 'msldap' ? 'sitemap' : 'database'),
'class' => 'rowaction',
'title' => sprintf($this->translate('rEdit user backend %s'), $backendNames[$i])
'title' => sprintf($this->translate('Edit user backend %s'), $backendNames[$i])
)
) ?>
</td>