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-members/bp-members-functions.php

    r10253 r10276  
    19761976            // Change the user's status so they become active
    19771977            if ( ! $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->users} SET user_status = 0 WHERE ID = %d", $user_id ) ) ) {
    1978                 return new WP_Error( 'invalid_key', __( 'Invalid activation key', 'buddypress' ) );
     1978                return new WP_Error( 'invalid_key', __( 'Invalid activation key.', 'buddypress' ) );
    19791979            }
    19801980
Note: See TracChangeset for help on using the changeset viewer.