Making WordPress.org

Changeset 7238


Ignore:
Timestamp:
05/25/2018 12:40:25 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Change two "login" instances (used as a verb) to "log in".

Props Presskopp.
Fixes #3639.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/privacy-functions.php

    r7225 r7238  
    4242            $error_message = sprintf(
    4343                /* translators: %s: link to the Login form */
    44                 __( 'The provided email address belongs to a different WordPress.org account. Please <a href="%s">login to the account first</a>.', 'wporg' ),
     44                __( 'The provided email address belongs to a different WordPress.org account. Please <a href="%s">log in to the account first</a>.', 'wporg' ),
    4545                wp_logout_url( wp_login_url( get_permalink() ) )
    4646            );
     
    4848            $error_message = sprintf(
    4949                /* translators: %s: link to the Login form */
    50                 __( 'The provided email address belongs to a WordPress.org account. Please <a href="%s">login to the account first</a>.', 'wporg' ),
     50                __( 'The provided email address belongs to a WordPress.org account. Please <a href="%s">log in to the account first</a>.', 'wporg' ),
    5151                wp_login_url( get_permalink() )
    5252            );
Note: See TracChangeset for help on using the changeset viewer.