Plugin Directory

Changeset 459205


Ignore:
Timestamp:
11/03/2011 09:05:20 PM (14 years ago)
Author:
picatcha
Message:

fixed some wording in the settings page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • picatcha/trunk/picatcha-settings.php

    r459170 r459205  
    4747            <td>
    4848               <input type="checkbox" id="picatcha_options[bypass_for_registered_users]" name="picatcha_options[bypass_for_registered_users]" value="1" <?php checked('1', $this->options['bypass_for_registered_users']); ?> />
    49                <label for="picatcha_options[bypass_for_registered_users]"><?php _e('Hide for Registered Users who can', 'picatcha'); ?></label>
     49               <label for="picatcha_options[bypass_for_registered_users]"><?php _e('Hide for registered Users who can', 'picatcha'); ?></label>
    5050               <?php $this->capabilities_dropdown(); ?>
    5151            </td>
     
    100100              <td>
    101101                 <input type="checkbox" id ="picatcha_options[show_in_lost_password]" name="picatcha_options[show_in_lost_password]" value="1" <?php checked('1', $this->options['show_in_lost_password']); ?> />
    102                  <label for="picatcha_options[show_in_lost_password]"><?php _e('Enable for Lost password form', 'picatcha'); ?></label>
     102                 <label for="picatcha_options[show_in_lost_password]"><?php _e('Enable for lost password form', 'picatcha'); ?></label>
    103103              </td>
    104104           </tr>
     
    127127                  <td>
    128128                     <input type="checkbox" id ="picatcha_options[show_in_login]" name="picatcha_options[show_in_login]" value="1" <?php checked('1', $this->options['show_in_login']); ?> />
    129                      <label for="picatcha_options[show_in_login]"><?php _e('Require for login', 'picatcha'); ?></label>
     129                     <label for="picatcha_options[show_in_login]"><?php _e('Enable for login', 'picatcha'); ?></label>
    130130                  </td>
    131131               </tr>
     
    162162              <td>
    163163                 <input type="checkbox" id ="picatcha_options[language_override]" name="picatcha_options[language_override]" value="1" <?php checked('1', $this->options['language_override']); ?> />
    164                  <label for="picatcha_options[language_override]"><?php _e('Allow users to override the default Picatcha language', 'picatcha'); ?></label>
     164                 <label for="picatcha_options[language_override]"><?php _e('Allow users to override the default language for displaying the question. To allow them to choose a language of their choice.', 'picatcha'); ?></label>
    165165              </td>
    166166           </tr>
Note: See TracChangeset for help on using the changeset viewer.