Make WordPress Core


Ignore:
Timestamp:
06/09/2023 03:06:17 PM (3 years ago)
Author:
audrasjb
Message:

Login and Registration: Grammar improvement on Sign-up user-facing strings.

Props NekoJonez, audrasjb.
Fixes #58115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r54192 r55902  
    705705        <p>
    706706        <?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>' );
    709709        ?>
    710710        </p>
     
    863863        <p>
    864864        <?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>' );
    867867        ?>
    868868        </p>
Note: See TracChangeset for help on using the changeset viewer.