From 97a47666f6bf86c7cb9387eec51dae5bc2486010 Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 12 Dec 2017 22:00:06 +0000 Subject: * MAILGUN IS ABOUT TO RELEASE * Email log - trash all * Email log - records per page * Welcome page * Fix config screen tabs --- postman-smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postman-smtp.php') diff --git a/postman-smtp.php b/postman-smtp.php index 16bb308..6cac54f 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -50,7 +50,7 @@ function post_smtp_plugin_deactivate() { } function post_smtp_plugin_admin_notice() { - echo '

Post SMTP plugin is a fork of the original Postman SMTP, you must disable Postman SMTP to use this plugin.

'; + echo '

Post SMTP plugin is a fork (twin brother) of the original Postman SMTP, you must disable Postman SMTP to use this plugin.

'; if ( isset( $_GET['activate'] ) ) { unset( $_GET['activate'] ); } -- cgit v1.2.3