]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unsubscribeform.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / unsubscribeform.php
index 0332bd8ca6a40b27f93a42aa168cb65aaf030e48..3fa594b1b3424144432894f5c450f494d8a9af2e 100644 (file)
@@ -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.'));
     }
 }