diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-10 13:09:15 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-10 13:09:15 +0000 |
commit | 91da72ede0b834d017165ececdc340ec0a24227b (patch) | |
tree | 5c1418939bc1d8cbc5ebc7a79307a999c327767c /actions | |
parent | 2f3e414cd1226b328a63854592f0783a9088baae (diff) |
Updated block @title text (shouldn't say from group)
Diffstat (limited to 'actions')
-rw-r--r-- | actions/block.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/block.php b/actions/block.php index 408f16434..b125d2d8b 100644 --- a/actions/block.php +++ b/actions/block.php @@ -146,8 +146,8 @@ class BlockAction extends Action $this->hidden($k, $v); } } - $this->submit('form_action-no', _('No'), 'submit form_action-primary', 'no', _("Do not block this user from this group")); - $this->submit('form_action-yes', _('Yes'), 'submit form_action-secondary', 'yes', _('Block this user from this group')); + $this->submit('form_action-no', _('No'), 'submit form_action-primary', 'no', _("Do not block this user")); + $this->submit('form_action-yes', _('Yes'), 'submit form_action-secondary', 'yes', _('Block this user')); $this->elementEnd('fieldset'); $this->elementEnd('form'); } |