]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Corrected message in NoSuchGroupException
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 27 Jan 2015 12:37:35 +0000 (13:37 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 27 Jan 2015 12:37:35 +0000 (13:37 +0100)
lib/nosuchgroupexception.php

index fffd944e51223c024acbe56ef68fe6be0f6ed0a5..05ed96190ef9eae6b1a7badfdecf68eb0cdda9e0 100644 (file)
@@ -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.'));
     }
 }