X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fconfirmaddress.php;h=f92db3ec452b3deccc72321352553387da80d466;hb=4419e43f7f62d92f01ba8f844aa9cd472051dd84;hp=eaf1c91c1a5c897053583c455b8e38affcc4908b;hpb=727ea5a5163249eb40fa0c4b2c63054fc997473b;p=quix0rs-gnu-social.git diff --git a/actions/confirmaddress.php b/actions/confirmaddress.php index eaf1c91c1a..f92db3ec45 100644 --- a/actions/confirmaddress.php +++ b/actions/confirmaddress.php @@ -89,6 +89,7 @@ class ConfirmaddressAction extends Action $transports = array(); Event::handle('GetImTransports', array(&$transports)); if (!in_array($type, array('email', 'sms')) && !in_array($type, array_keys($transports))) { + // TRANS: Server error for an unknown address type, which can be 'email', 'sms', or the name of an IM network (such as 'xmpp' or 'aim') $this->serverError(sprintf(_('Unrecognized address type %s'), $type)); return; }