Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2016 05:18:31 PM (9 years ago)
Author:
imath
Message:

Make sure text domain definitions are consistent in template files.

Props Jonnyauk

Fixes #6764

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php

    r10272 r10562  
    2424        do_action( 'bp_before_profile_field_content' ); ?>
    2525
    26         <h4><?php printf( __( "Editing '%s' Profile Group", "buddypress" ), bp_get_the_profile_group_name() ); ?></h4>
     26        <h4><?php printf( __( "Editing '%s' Profile Group", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h4>
    2727
    2828        <?php if ( bp_profile_has_multiple_groups() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.