syntax error in deleteaccount

This commit is contained in:
Evan Prodromou 2010-12-15 17:39:58 -05:00
parent e16cb8c03a
commit fd22f684bf

View File

@ -284,7 +284,7 @@ class DeleteAccountForm extends Form
if ($cur->hasRight(Right::BACKUPACCOUNT)) {
$msg .= sprintf(_('<p>You are strongly advised to '.
'<a href="%s">back up your data</a>'
'<a href="%s">back up your data</a>'.
' before deletion.</p>'),
common_local_url('backupaccount'));
}