diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-01 16:26:23 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-01 16:49:36 +0100 |
commit | 760a1c27bc37a20b70788e5e132c4cf9da1bb579 (patch) | |
tree | 419afc9495c6fd35b9c3bcaae17339b75fa9980c /actions/deletegroup.php | |
parent | 6ab34fd8e8632e265d9e329a59272203be5169f7 (diff) |
Update translator documentation.
Diffstat (limited to 'actions/deletegroup.php')
-rw-r--r-- | actions/deletegroup.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/deletegroup.php b/actions/deletegroup.php index 62fff00c4..4e9b9851f 100644 --- a/actions/deletegroup.php +++ b/actions/deletegroup.php @@ -172,7 +172,7 @@ class DeletegroupAction extends RedirectingAction } function title() { - // TRANS: Title. + // TRANS: Title of delete group page. return _('Delete group'); } @@ -201,8 +201,8 @@ class DeletegroupAction extends RedirectingAction // TRANS: Form legend for deleting a group. $this->element('legend', _('Delete group')); if (Event::handle('StartDeleteGroupForm', array($this, $this->group))) { - // TRANS: Warning in form for deleleting a group. $this->element('p', null, + // TRANS: Warning in form for deleleting a group. _('Are you sure you want to delete this group? '. 'This will clear all data about the group from the '. 'database, without a backup. ' . |