]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/joingroup.php
use inboxnoticestream in RSS 1.0
[quix0rs-gnu-social.git] / actions / joingroup.php
index f302b39e796fc5bf15148bd4e1aeb278182d6358..bb7b835915bfc563dd7a7128f8f6befc998c3f11 100644 (file)
@@ -154,7 +154,8 @@ class JoingroupAction extends Action
                 $form = new CancelGroupForm($this, $this->group);
             } else {
                 // wtf?
-                throw new Exception(_m("Unknown error joining group."));
+                // TRANS: Exception thrown when there is an unknown error joining a group.
+                throw new Exception(_("Unknown error joining group."));
             }
             $form->show();
             $this->elementEnd('body');