From: Evan Prodromou Date: Wed, 15 Dec 2010 22:39:58 +0000 (-0500) Subject: syntax error in deleteaccount X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd22f684bf24e2c3d5ea8af0b11de8127c3b7b99;p=quix0rs-gnu-social.git syntax error in deleteaccount --- diff --git a/actions/deleteaccount.php b/actions/deleteaccount.php index c7dfa570cd..9abe2fcdb6 100644 --- a/actions/deleteaccount.php +++ b/actions/deleteaccount.php @@ -284,7 +284,7 @@ class DeleteAccountForm extends Form if ($cur->hasRight(Right::BACKUPACCOUNT)) { $msg .= sprintf(_('

You are strongly advised to '. - 'back up your data' + 'back up your data'. ' before deletion.

'), common_local_url('backupaccount')); }