Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2014 06:13:12 PM (10 years ago)
Author:
djpaul
Message:

i18n: improvements to strings across the majority of components.

Fixes #5760, props jreeve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-screens.php

    r8631 r8662  
    140140            // Set the feedback messages
    141141            if ( !empty( $errors ) ) {
    142                 bp_core_add_message( __( 'There was a problem updating some of your profile information, please try again.', 'buddypress' ), 'error' );
     142                bp_core_add_message( __( 'There was a problem updating some of your profile information; please try again.', 'buddypress' ), 'error' );
    143143            } else {
    144144                bp_core_add_message( __( 'Changes saved.', 'buddypress' ) );
Note: See TracChangeset for help on using the changeset viewer.