]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/confirmaddress.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / actions / confirmaddress.php
index cc8351d8dcc0309ae593b77e120688fb571602c9..dc17499f551161b6f1f936daa862d7f158cd3ba5 100644 (file)
@@ -87,7 +87,7 @@ class ConfirmaddressAction extends Action
         }
         $type = $confirm->address_type;
         if (!in_array($type, array('email', 'jabber', 'sms'))) {
-            $this->serverError(sprintf(_('Unrecognized address type %s'), $type));
+            $this->serverError(sprintf(_('Unrecognized address type %s.'), $type));
             return;
         }
         if ($cur->$type == $confirm->address) {