uri -> URI in interface text
This commit is contained in:
parent
bafd7b3399
commit
b701f5648d
|
@ -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.'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user