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/tests/phpunit/testcases/xprofile/activity.php

    r10004 r10276  
    304304        ) );
    305305
    306         $expected = sprintf( __( '%s&#8217;s profile was updated', 'buddypress' ), '<a href="' . bp_core_get_user_domain( $u ) . bp_get_profile_slug() . '/">' . bp_core_get_user_displayname( $u ) . '</a>' );
     306        $expected = sprintf( __( "%s's profile was updated", 'buddypress' ), '<a href="' . bp_core_get_user_domain( $u ) . bp_get_profile_slug() . '/">' . bp_core_get_user_displayname( $u ) . '</a>' );
    307307
    308308        $a_obj = new BP_Activity_Activity( $a );
Note: See TracChangeset for help on using the changeset viewer.