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-xprofile/bp-xprofile-activity.php

    r10163 r10276  
    9797    // natural translation.
    9898    $profile_link = trailingslashit( bp_core_get_user_domain( $activity->user_id ) . bp_get_profile_slug() );
    99     $action       = sprintf( __( '%s&#8217;s profile was updated', 'buddypress' ), '<a href="' . $profile_link . '">' . bp_core_get_user_displayname( $activity->user_id ) . '</a>' );
     99    $action       = sprintf( __( "%s's profile was updated", 'buddypress' ), '<a href="' . $profile_link . '">' . bp_core_get_user_displayname( $activity->user_id ) . '</a>' );
    100100
    101101    /**
Note: See TracChangeset for help on using the changeset viewer.