X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fblock.php;h=f195fb5a88ffc8663373feccf94898c6811b4253;hb=a159352b6553cf69420739f237a7dbfaf4bc865a;hp=e87353b4e13ce86096eabb79303fb7fca84aa900;hpb=be682a3f8c802fb0f61b38f4689decb10eed1715;p=quix0rs-gnu-social.git diff --git a/actions/block.php b/actions/block.php index e87353b4e1..f195fb5a88 100644 --- a/actions/block.php +++ b/actions/block.php @@ -155,14 +155,14 @@ class BlockAction extends ProfileFormAction 'submit form_action-primary', 'no', // TRANS: Submit button title for 'No' when blocking a user. - _('Do not block this user')); + _('Do not block this user.')); $this->submit('form_action-yes', // TRANS: Button label on the user block form. _m('BUTTON','Yes'), 'submit form_action-secondary', 'yes', // TRANS: Submit button title for 'Yes' when blocking a user. - _('Block this user')); + _('Block this user.')); $this->elementEnd('fieldset'); $this->elementEnd('form'); }