diff options
Diffstat (limited to 'lib/subscribeform.php')
-rw-r--r-- | lib/subscribeform.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/subscribeform.php b/lib/subscribeform.php index fccc3d301..996729a28 100644 --- a/lib/subscribeform.php +++ b/lib/subscribeform.php @@ -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) |