Changeset 55902
- Timestamp:
- 06/09/2023 03:06:17 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r54192 r55902 705 705 <p> 706 706 <?php 707 /* translators: %s: Email address. */708 printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' );707 /* translators: %s: The user email address. */ 708 printf( __( 'Check your inbox at %s and click on the given link.' ), '<strong>' . $user_email . '</strong>' ); 709 709 ?> 710 710 </p> … … 863 863 <p> 864 864 <?php 865 /* translators: %s: Email address. */866 printf( __( 'Check your inbox at %s and click the link given.' ), '<strong>' . $user_email . '</strong>' );865 /* translators: %s: The user email address. */ 866 printf( __( 'Check your inbox at %s and click on the given link.' ), '<strong>' . $user_email . '</strong>' ); 867 867 ?> 868 868 </p>
Note: See TracChangeset
for help on using the changeset viewer.