summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-12 22:00:06 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-12 22:00:06 +0000
commit97a47666f6bf86c7cb9387eec51dae5bc2486010 (patch)
tree40db7ffcd0dab2fdaa6420955c7738ba72079665 /postman-smtp.php
parentd53ff2324d38c6fbdc0669324c3e3fa3ae6c4ca8 (diff)
downloadPost-SMTP-97a47666f6bf86c7cb9387eec51dae5bc2486010.zip
* MAILGUN IS ABOUT TO RELEASE
* Email log - trash all * Email log - records per page * Welcome page * Fix config screen tabs
Diffstat (limited to 'postman-smtp.php')
-rw-r--r--postman-smtp.php2
1 files changed, 1 insertions, 1 deletions
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 '<div class="error"><p><strong>Post SMTP</strong> plugin is a fork of the original Postman SMTP, you must disable Postman SMTP to use this plugin.</p></div>';
+ echo '<div class="error"><p><strong>Post SMTP</strong> plugin is a fork (twin brother) of the original Postman SMTP, you must disable Postman SMTP to use this plugin.</p></div>';
if ( isset( $_GET['activate'] ) ) {
unset( $_GET['activate'] ); }