Changeset 27246
- Timestamp:
- 02/24/2014 11:30:52 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r26298 r27246 124 124 <p><input name="admin_password2" type="password" id="pass2" size="25" value="" /></p> 125 125 <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div> 126 <p><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>126 <p><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).'); ?></p> 127 127 </td> 128 128 </tr> -
trunk/src/wp-admin/user-edit.php
r27069 r27246 471 471 <br /> 472 472 <div id="pass-strength-result"><?php _e( 'Strength indicator' ); ?></div> 473 <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).' ); ?></p>473 <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' ); ?></p> 474 474 </td> 475 475 </tr> -
trunk/src/wp-admin/user-new.php
r26518 r27246 396 396 <br /> 397 397 <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div> 398 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>398 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).'); ?></p> 399 399 </td> 400 400 </tr> -
trunk/src/wp-login.php
r27199 r27246 613 613 614 614 <div id="pass-strength-result" class="hide-if-no-js"><?php _e('Strength indicator'); ?></div> 615 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>615 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).'); ?></p> 616 616 617 617 <br class="clear" />
Note: See TracChangeset
for help on using the changeset viewer.