Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/11/2021 11:03:29 PM (5 years ago)
Author:
imath
Message:

i18n: Fix wrong double spaces into 5 strings

Props NekoJonez

Fixes #8510

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-slugs.php

    r12948 r12991  
    199199                                        printf(
    200200                                                /* translators: %s: the link to the Network settings page */
    201                                                 esc_html_x( 'Registration is currently disabled.  Before associating a page is allowed, please enable registration by selecting either the "User accounts may be registered" or "Both sites and user accounts can be registered" option on %s.', 'Disabled registration message for multisite config', 'buddypress' ),
     201                                                esc_html_x( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by selecting either the "User accounts may be registered" or "Both sites and user accounts can be registered" option on %s.', 'Disabled registration message for multisite config', 'buddypress' ),
    202202                                                sprintf(
    203203                                                        '<a href="%1$s">%2$s</a>',
     
    213213                                        printf(
    214214                                                /* translators: %s: the link to the Site general options page */
    215                                                 esc_html_x( 'Registration is currently disabled.  Before associating a page is allowed, please enable registration by clicking on the "Anyone can register" checkbox on %s.', 'Disabled registration message for regular site config', 'buddypress' ),
     215                                                esc_html_x( 'Registration is currently disabled. Before associating a page is allowed, please enable registration by clicking on the "Anyone can register" checkbox on %s.', 'Disabled registration message for regular site config', 'buddypress' ),
    216216                                                sprintf(
    217217                                                        '<a href="%1$s">%2$s</a>',
Note: See TracChangeset for help on using the changeset viewer.