Changeset 459205
- Timestamp:
- 11/03/2011 09:05:20 PM (14 years ago)
- File:
-
- 1 edited
-
picatcha/trunk/picatcha-settings.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
picatcha/trunk/picatcha-settings.php
r459170 r459205 47 47 <td> 48 48 <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> 50 50 <?php $this->capabilities_dropdown(); ?> 51 51 </td> … … 100 100 <td> 101 101 <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> 103 103 </td> 104 104 </tr> … … 127 127 <td> 128 128 <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> 130 130 </td> 131 131 </tr> … … 162 162 <td> 163 163 <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> 165 165 </td> 166 166 </tr>
Note: See TracChangeset
for help on using the changeset viewer.