diff --git a/e107_admin/mailout.php b/e107_admin/mailout.php index ecb728ff2..d41caf173 100644 --- a/e107_admin/mailout.php +++ b/e107_admin/mailout.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/mailout.php,v $ -| $Revision: 1.8 $ -| $Date: 2008-01-02 20:14:05 $ +| $Revision: 1.9 $ +| $Date: 2008-07-25 21:15:01 $ | $Author: e107steved $ | | Work in progress - supplementary mailer plugin @@ -1027,7 +1027,7 @@ $text = " - ".LAN_MAILOUT_110."
+ ".LAN_MAILOUT_110."
  diff --git a/e107_languages/English/admin/lan_mailout.php b/e107_languages/English/admin/lan_mailout.php index 391ded20c..9866b91a8 100644 --- a/e107_languages/English/admin/lan_mailout.php +++ b/e107_languages/English/admin/lan_mailout.php @@ -4,8 +4,8 @@ | e107 website system - Language File. | | $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_mailout.php,v $ -| $Revision: 1.3 $ -| $Date: 2008-01-02 20:14:13 $ +| $Revision: 1.4 $ +| $Date: 2008-07-25 21:15:11 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -119,7 +119,7 @@ define('LAN_MAILOUT_107','at'); define('LAN_MAILOUT_108','Result'); define('LAN_MAILOUT_109','Show detail'); define('LAN_MAILOUT_110','Send test email'); -define('LAN_MAILOUT_111','Clicking button will send test email to main admin email address'); +//define('LAN_MAILOUT_111','Clicking button will send test email to main admin email address'); define('LAN_MAILOUT_112','Click to send email to'); define('LAN_MAILOUT_113','Test email from'); define('LAN_MAILOUT_114','This is a test email, it appears that your email settings are working ok!\n\nRegards\nfrom the e107 website system.');