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-friends/bp-friends-widgets.php

    r10251 r10276  
    7171        $user_id = bp_displayed_user_id();
    7272        $link = trailingslashit( bp_displayed_user_domain() . bp_get_friends_slug() );
    73         $instance['title'] = sprintf( __( '%s’s Friends', 'buddypress' ), bp_get_displayed_user_fullname() );
     73        $instance['title'] = sprintf( __( "%s's Friends", 'buddypress' ), bp_get_displayed_user_fullname() );
    7474
    7575        if ( empty( $instance['friend_default'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.