Plugin Directory

Changeset 816522


Ignore:
Timestamp:
12/07/2013 05:23:24 PM (12 years ago)
Author:
StuartSequeira
Message:

Fixed typo on error message to user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • comment-gatekeeper/tags/0.9.2/includes/comment-form.php

    r816517 r816522  
    9696       
    9797            //$gatekey = 'nonce_al_pass'; //no key was entered so set a fake key to fail
    98             wp_die( __('<strong>ERROR</strong>: please enter a valid spam-filtering answer.' , 'lb3cgk' ) );//gatekey was not set
     98            wp_die( __('<strong>ERROR</strong>: Please enter a valid spam-filtering answer.' , 'lb3cgk' ) );//gatekey was not set
    9999           
    100100        }
     
    105105       
    106106            //$_POST['comment'] = ''; //empty the post comment and let it fail
    107             wp_die( __('<strong>SORRY</strong>: you did not answer to gatekeeper question correctly.' , 'lb3cgk' ) );
     107            wp_die( __('<strong>SORRY</strong>: You did not answer the gatekeeper question correctly.' , 'lb3cgk' ) );
    108108       
    109109        }
Note: See TracChangeset for help on using the changeset viewer.