Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/14/2015 04:03:03 PM (10 years ago)
Author:
djpaul
Message:

Merge similar translation strings throughout BuddyPress.

Reduces the number of strings that are almost identical, apart from
minor typographic or punctuation differences. This reduces the amount
of strings that our translation volunteers need to work on.

Fixes #6662

Props ramiy

File:
1 edited

Legend:

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

    r10184 r10276  
    13331333            bp_core_add_message( __( 'There was an error deleting the group. Please try again.', 'buddypress' ), 'error' );
    13341334        } else {
    1335             bp_core_add_message( __( 'The group was deleted successfully', 'buddypress' ) );
     1335            bp_core_add_message( __( 'The group was deleted successfully.', 'buddypress' ) );
    13361336
    13371337            /**
Note: See TracChangeset for help on using the changeset viewer.