Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/30/2012 03:05:11 PM (13 years ago)
Author:
djpaul
Message:

Localise the "change" string (change the profile field visibility level) on the registration template in BP-Default and BP-Legacy. Fixes #4633, props magnus78

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/members/register.php

    r6401 r6478  
    152152                            <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?>
    153153                                <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>">
    154                                     <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> <a href="#" class="visibility-toggle-link">Change</a>
     154                                    <?php printf( __( 'This field can be seen by: <span class="current-visibility-level">%s</span>', 'buddypress' ), bp_get_the_profile_field_visibility_level_label() ) ?> <a href="#" class="visibility-toggle-link"><?php _ex( 'Change', 'Change profile field visibility level', 'buddypress' ); ?></a>
    155155                                </p>
    156156
Note: See TracChangeset for help on using the changeset viewer.