Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/14/2015 04:03:03 PM (9 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-screens.php

    r10232 r10276  
    680680        // Activation page
    681681        } else {
    682             $title = __( 'Activate your Account', 'buddypress' );
     682            $title = __( 'Activate Your Account', 'buddypress' );
    683683
    684684            if ( bp_account_was_activated() ) {
Note: See TracChangeset for help on using the changeset viewer.