uri -> URI in interface text

This commit is contained in:
Siebrand Mazeland 2010-02-27 18:51:49 +01:00
parent bafd7b3399
commit b701f5648d

View 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.'));
}
}