whitepace y, std is => array( on same line,
[civicrm-core.git] / CRM / Mailing / Form / Subscribe.php
index ed32a7a98ad4cd0a4f814392c3c2fc0b6c1f1819..2f662050ea20313af3ac5b3cf1acb2ce454d4cec 100644 (file)
@@ -78,7 +78,7 @@ SELECT   title, description
   }
 
   /**
-   * Function to actually build the form
+   * Build the form object
    *
    * @return void
    * @access public
@@ -93,7 +93,7 @@ SELECT   title, description
       ),
       TRUE
     );
-    $this->addRule('email', ts("Please enter a valid email address (e.g. 'yourname@example.com')."), 'email');
+    $this->addRule('email', ts("Please enter a valid email address."), 'email');
 
     if (!$this->_groupID) {
       // create a selector box of all public groups
@@ -188,7 +188,6 @@ ORDER BY title";
   }
 
   /**
-   *
    * @access public
    *
    * @return void