Plugin Directory

Changeset 1132060


Ignore:
Timestamp:
04/10/2015 02:00:13 PM (11 years ago)
Author:
jgs
Message:

clarifying error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/views/notice.php

    r1132051 r1132060  
    8989<div class="wrap alert critical">
    9090    <h3 class="key-status"><?php esc_html_e( 'The key you entered could not be verified.' , 'akismet'); ?></h3>
    91     <p class="description"><?php printf( __('Please refer to <a href="%s" target="_blank">our guide about firewalls</a> and check your server configuration.', 'akismet'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?></p>
     91    <p class="description"><?php printf( __('The connection to akismet.com cannot be established. Please refer to <a href="%s" target="_blank">our guide about firewalls</a> and check your server configuration.', 'akismet'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?></p>
    9292</div>
    9393<?php elseif ( $type == 'limit-reached' && in_array( $level, array( 'yellow', 'red' ) ) ) :?>
Note: See TracChangeset for help on using the changeset viewer.