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
commit7439876060c3496cce6943850b111350cc350c0b (patch)
tree40db7ffcd0dab2fdaa6420955c7738ba72079665 /postman-smtp.php
parent118c9d4dce31e2fd85f4177caf70fda521773a98 (diff)
downloadPost-SMTP-7439876060c3496cce6943850b111350cc350c0b.zip
* MAILGUN IS ABOUT TO RELEASE
* Email log - trash all * Email log - records per page * Welcome page * Fix config screen tabs git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1785793 b8457f37-d9ea-0310-8a92-e5e31aec5664
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'] ); }