summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-02-27 18:51:49 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-02-27 18:51:49 +0100
commitb701f5648d944cbb74748c48ea399b226eafc525 (patch)
tree952c28e5935bb283cc7d4af71de23b2def50efd5 /classes
parentbafd7b3399edfd735df1ed013a586aee106dbef8 (diff)
uri -> URI in interface text
Diffstat (limited to 'classes')
-rw-r--r--classes/User_group.php2
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.'));
}
}