]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
uri -> URI in interface text
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 27 Feb 2010 17:51:49 +0000 (18:51 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 27 Feb 2010 17:51:49 +0000 (18:51 +0100)
classes/User_group.php

index 7240e27037b32c91a6b6ba37a01e566fbb93b850..6a06583e0b51291e3b8934ac19b51d5be2b40cbd 100644 (file)
@@ -468,7 +468,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.'));
             }
         }