]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User_group.php
Merge commit 'origin/testing' into 0.9.x
[quix0rs-gnu-social.git] / classes / User_group.php
index 0460c9870a34cb318ed1c21a34429ea46059720e..7be55163a30186c0199f1ffc36dc82692b370089 100644 (file)
@@ -483,7 +483,7 @@ class User_group extends Memcached_DataObject
             $result = $group->update($orig);
             if (!$result) {
                 common_log_db_error($group, 'UPDATE', __FILE__);
-                throw new ServerException(_('Could not set group uri.'));
+                throw new ServerException(_('Could not set group URI.'));
             }
         }