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-blogs/bp-blogs-template.php

    r8450 r8662  
    949949
    950950        if ( $errors->get_error_code() ) {
    951             echo "<p>" . __('There was a problem, please correct the form below and try again.', 'buddypress') . "</p>";
     951            echo "<p>" . __('There was a problem; please correct the form below and try again.', 'buddypress') . "</p>";
    952952        }
    953953        ?>
Note: See TracChangeset for help on using the changeset viewer.