]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix comments on profile
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 14 Jan 2009 07:26:42 +0000 (02:26 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 14 Jan 2009 07:26:42 +0000 (02:26 -0500)
Incorrectly said this was for nudging, not subbing/unsubbing

lib/subscribeform.php
lib/unsubscribeform.php

index fccc3d3012265c6c8dd5575303211368c2e44497..996729a2816c6bb4d1d4d7dd6ee98a7250164e4e 100644 (file)
@@ -50,7 +50,7 @@ require_once INSTALLDIR.'/lib/form.php';
 class SubscribeForm extends Form
 {
     /**
-     * Profile of user to nudge
+     * Profile of user to subscribe to
      */
 
     var $profile = null;
@@ -59,7 +59,7 @@ class SubscribeForm extends Form
      * Constructor
      *
      * @param HTMLOutputter $out     output channel
-     * @param Profile       $profile profile of user to nudge
+     * @param Profile       $profile profile of user to subscribe to
      */
 
     function __construct($out=null, $profile=null)
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)