From: Mikael Nordfeldth Date: Tue, 27 Jan 2015 12:37:35 +0000 (+0100) Subject: Corrected message in NoSuchGroupException X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bcb6dadc9f29eab6319704f59157425a9e0857c4;p=quix0rs-gnu-social.git Corrected message in NoSuchGroupException --- diff --git a/lib/nosuchgroupexception.php b/lib/nosuchgroupexception.php index fffd944e51..05ed96190e 100644 --- a/lib/nosuchgroupexception.php +++ b/lib/nosuchgroupexception.php @@ -62,6 +62,6 @@ class NoSuchGroupException extends ServerException // Here we could log the failed lookup - parent::__construct(_('No such user found.')); + parent::__construct(_('No such group found.')); } }