Ticket #4633: trac4633_register_translation_missing.patch
File trac4633_register_translation_missing.patch, 1.1 KB (added by , 12 years ago) |
---|
-
bp-themes/bp-default/registration/register.php
156 156 157 157 <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> 158 158 <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> 159 <?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>159 <?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 _e( 'Change', 'buddypress' ); ?></a> 160 160 </p> 161 161 162 162 <div class="field-visibility-settings" id="field-visibility-settings-<?php bp_the_profile_field_id() ?>">