Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2014 06:13:12 PM (11 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-templates/bp-legacy/buddypress-functions.php

    r8557 r8662  
    705705
    706706    if ( empty( $activity_id ) )
    707         exit( '-1<div id="message" class="error"><p>' . __( 'There was a problem posting your update, please try again.', 'buddypress' ) . '</p></div>' );
     707        exit( '-1<div id="message" class="error"><p>' . __( 'There was a problem posting your update; please try again.', 'buddypress' ) . '</p></div>' );
    708708
    709709    $last_recorded = ! empty( $_POST['since'] ) ? date( 'Y-m-d H:i:s', intval( $_POST['since'] ) ) : 0;
Note: See TracChangeset for help on using the changeset viewer.