Plugin Directory

Changeset 818409


Ignore:
Timestamp:
12/10/2013 06:57:03 PM (12 years ago)
Author:
StuartSequeira
Message:

update trunk with translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • comment-gatekeeper/trunk/includes/settings.php

    r818398 r818409  
    112112        value = "<?php if(isset( $lb3cgk_options['lb3cgk_gatekeeper_default'] )){  echo $lb3cgk_options['lb3cgk_gatekeeper_default'];}?>"
    113113    />
    114     <label for="lb3cgk_gatekeeper_default">This is the default question that will be posed to a potential commenter</label>
     114    <label for="lb3cgk_gatekeeper_default"><?php _e('This is the default question that will be posed to a potential commenter' , 'comment-gatekeeper'); ?></label>
    115115   
    116116<?php echo ob_get_clean();
     
    136136        value = "<?php if(isset( $lb3cgk_options['lb3cgk_gatelock_default'] )){  echo $lb3cgk_options['lb3cgk_gatelock_default'];}?>"
    137137    />
    138     <label for="lb3cgk_gatelock_default">This is the correct answer that will allow the comment to pass</label>
     138    <label for="lb3cgk_gatelock_default"><?php _e( 'This is the correct answer that will allow the comment to pass' , 'comment-gatekeeper') ;?></label>
    139139<?php echo ob_get_clean();
    140140
Note: See TracChangeset for help on using the changeset viewer.