Skip to:
Content

BuddyPress.org

Changeset 1352


Ignore:
Timestamp:
04/19/2009 12:31:10 PM (16 years ago)
Author:
apeatling
Message:

Fixes #674 well spotted Ptath.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-signup.php

    r1317 r1352  
    135135           
    136136                if ( $field->is_required && empty( $value ) ) {
    137                     $bp_xprofile_callback[$counter]["error_msg"] = $field->name . ' cannot be left blank.';
     137                    $bp_xprofile_callback[$counter]["error_msg"] = sprintf( __( '%s cannot be left blank', 'buddypress' ), $field->name );
    138138                    $has_errors = true;
    139139                }
Note: See TracChangeset for help on using the changeset viewer.