X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fdeleteaccount.php;h=614519d47430590f0b5b499de6155ef842edce3d;hb=27ef3b1d905cdf8f47b47293a757624dda88fdc7;hp=dd587d04453b9c2370ea6db5d7f26baca6c7770a;hpb=2a59453d4c07ac4bb804a64e8252dd4960983595;p=quix0rs-gnu-social.git diff --git a/actions/deleteaccount.php b/actions/deleteaccount.php index dd587d0445..614519d474 100644 --- a/actions/deleteaccount.php +++ b/actions/deleteaccount.php @@ -161,7 +161,7 @@ class DeleteaccountAction extends Action if ($this->trimmed('iamsure') != $iamsure ) { // TRANS: Notification for user about the text that must be input to be able to delete a user account. // TRANS: %s is the text that needs to be input. - $this->_error = sprintf(_('You must write "%s" exactly in the box.', $iamsure)); + $this->_error = sprintf(_('You must write "%s" exactly in the box.'), $iamsure); $this->showPage(); return; }