]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deleteaccount.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / actions / deleteaccount.php
index dd587d04453b9c2370ea6db5d7f26baca6c7770a..614519d47430590f0b5b499de6155ef842edce3d 100644 (file)
@@ -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;
         }