X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funsubscribeform.php;h=3fa594b1b3424144432894f5c450f494d8a9af2e;hb=5beea658a463609933ea11f6c0f0fd1773daddc6;hp=0332bd8ca6a40b27f93a42aa168cb65aaf030e48;hpb=36b331d469b6dcd1101783f21265f7be624bc58f;p=quix0rs-gnu-social.git diff --git a/lib/unsubscribeform.php b/lib/unsubscribeform.php index 0332bd8ca6..3fa594b1b3 100644 --- a/lib/unsubscribeform.php +++ b/lib/unsubscribeform.php @@ -131,6 +131,6 @@ class UnsubscribeForm extends Form // TRANS: Button text on unsubscribe form. $this->out->submit('submit', _m('BUTTON','Unsubscribe'), 'submit', null, // TRANS: Button title on unsubscribe form. - _('Unsubscribe from this user')); + _('Unsubscribe from this user.')); } }