]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unsubscribeform.php
Fix comments on profile
[quix0rs-gnu-social.git] / lib / unsubscribeform.php
index 1d4c08a713944a4e10a7a1dc43acdd1bf5a08e93..a724bb31227a0262d3c2cd327b0a4a020c0a3216 100644 (file)
@@ -50,7 +50,7 @@ require_once INSTALLDIR.'/lib/form.php';
 class UnsubscribeForm extends Form
 {
     /**
-     * Profile of user to nudge
+     * Profile of user to unsubscribe from
      */
 
     var $profile = null;
@@ -59,7 +59,7 @@ class UnsubscribeForm extends Form
      * Constructor
      *
      * @param HTMLOutputter $out     output channel
-     * @param Profile       $profile profile of user to nudge
+     * @param Profile       $profile profile of user to unsub from
      */
 
     function __construct($out=null, $profile=null)