diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-07-29 13:01:04 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-07-29 13:01:04 +0200 |
commit | 5813ecada276147d120d42ce2a92343313cf0029 (patch) | |
tree | dd5e0af9bd42969fa4da8c4468da33819a879ef4 /classes/Local_group.php | |
parent | e7acb45b5733e97ab9504aff5e4255a17fe5c6de (diff) |
* add translator documentation
* mark strings for translation
* add FIXME for unclear/confusing message
Diffstat (limited to 'classes/Local_group.php')
-rw-r--r-- | classes/Local_group.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Local_group.php b/classes/Local_group.php index 42312ec63..ccd0125cf 100644 --- a/classes/Local_group.php +++ b/classes/Local_group.php @@ -38,6 +38,7 @@ class Local_group extends Memcached_DataObject $this->encache(); } else { common_log_db_error($local, 'UPDATE', __FILE__); + // TRANS: Server exception thrown when updating a local group fails. throw new ServerException(_('Could not update local group.')); } |