X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroupblock.php;h=d426563d8cf38999bc30a0729409283c09664a35;hb=b7d07466943a73e1c009467c8daa6e499810080f;hp=2ac0f633bbe4f0ce1da554ce4974e0d3d37ac21f;hpb=47f31bce47b182aa55c02c7872d7e473d3ab10f2;p=quix0rs-gnu-social.git diff --git a/actions/groupblock.php b/actions/groupblock.php index 2ac0f633bb..d426563d8c 100644 --- a/actions/groupblock.php +++ b/actions/groupblock.php @@ -188,14 +188,14 @@ class GroupblockAction extends RedirectingAction 'submit form_action-primary', 'no', // TRANS: Submit button title for 'No' when blocking a user from a group. - _('Do not block this user from this group')); + _('Do not block this user from this group.')); $this->submit('form_action-yes', // TRANS: Button label on the form to block a user from a group. _m('BUTTON','Yes'), 'submit form_action-secondary', 'yes', // TRANS: Submit button title for 'Yes' when blocking a user from a group. - _('Block this user from this group')); + _('Block this user from this group.')); $this->elementEnd('fieldset'); $this->elementEnd('form'); }