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-settings/actions/general.php

    r13189 r13223  
    145145                $pass_error = new WP_Error(
    146146                    'not_strong_enough_password',
    147                     __( 'Your password is not strong enougth to be allowed on this site. Please use a stronger password.', 'buddypress' )
     147                    __( 'Your password is not strong enough to be allowed on this site. Please use a stronger password.', 'buddypress' )
    148148                );
    149149            } else {
Note: See TracChangeset for help on using the changeset viewer.