X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fjoingroup.php;h=bb7b835915bfc563dd7a7128f8f6befc998c3f11;hb=831eaa039bc5b70532bc556ee47a45ebd03ac5de;hp=f302b39e796fc5bf15148bd4e1aeb278182d6358;hpb=471a4805871c44ad8770342ca8ca05536068dc85;p=quix0rs-gnu-social.git diff --git a/actions/joingroup.php b/actions/joingroup.php index f302b39e79..bb7b835915 100644 --- a/actions/joingroup.php +++ b/actions/joingroup.php @@ -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');