Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/24/2022 09:53:16 PM (3 years ago)
Author:
imath
Message:

Spell "enough" the right way in strings & function names

Props niftythree, oztaser

See #8622 (branch 10.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/screens/register.php

    r13189 r13223  
    9999            $account_password = new WP_Error(
    100100                'not_strong_enough_password',
    101                 __( 'Your password is not strong enougth to be allowed on this site. Please use a stronger password.', 'buddypress' )
     101                __( 'Your password is not strong enough to be allowed on this site. Please use a stronger password.', 'buddypress' )
    102102            );
    103103        } else {
Note: See TracChangeset for help on using the changeset viewer.