]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/nosuchgroupexception.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / 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.'));
     }
 }