diff options
Diffstat (limited to 'postman-smtp.php')
-rw-r--r-- | postman-smtp.php | 2 |
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'] ); } |