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