This commit is contained in:
Frédéric Péters 2009-03-25 11:23:02 +00:00
parent 225d803e96
commit 28763214c0
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ class MethodAdminDirectory(Directory):
'<dt><a href="passwords">%s</a></dt> <dd>%s</dd>' % (
_('Passwords'), _('Configure all password things'))
'<dt><a href="import">%s</a></dt> <dd>%s</dd>' % (
_('Bulk Import'), _('Import accounts from a CVSV file'))
_('Bulk Import'), _('Import accounts from a CSV file'))
'</dl>'
def passwords [html] (self):