diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-02-27 18:51:49 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-02-27 18:51:49 +0100 |
commit | b701f5648d944cbb74748c48ea399b226eafc525 (patch) | |
tree | 952c28e5935bb283cc7d4af71de23b2def50efd5 /classes | |
parent | bafd7b3399edfd735df1ed013a586aee106dbef8 (diff) |
uri -> URI in interface text
Diffstat (limited to 'classes')
-rw-r--r-- | classes/User_group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/User_group.php b/classes/User_group.php index 7240e2703..6a06583e0 100644 --- a/classes/User_group.php +++ b/classes/User_group.php @@ -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.')); } } |