Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/19/2010 06:13:58 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2291 props DJPaul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-notifications.php

    r2719 r2941  
    2020
    2121        $message = sprintf( __(
    22 'Group details for the group "%s" were updated:
    23 
    24 To view the group: %s
     22'Group details for the group "%1$s" were updated:
     23
     24To view the group: %2$s
    2525
    2626---------------------
     
    6363
    6464$message = sprintf( __(
    65 '%s wants to join the group "%s".
     65'%1$s wants to join the group "%2$s".
    6666
    6767Because you are the administrator of this group, you must either accept or reject the membership request.
    6868
    6969To view all pending membership requests for this group, please visit:
    70 %s
    71 
    72 To view %s\'s profile: %s
     70%3$s
     71
     72To view %4$s\'s profile: %5$s
    7373
    7474---------------------
     
    110110        $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( 'Membership request for group "%s" accepted', 'buddypress' ), $group->name );
    111111        $message = sprintf( __(
    112 'Your membership request for the group "%s" has been accepted.
    113 
    114 To view the group please login and visit: %s
     112'Your membership request for the group "%1$s" has been accepted.
     113
     114To view the group please login and visit: %2$s
    115115
    116116---------------------
     
    120120        $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( 'Membership request for group "%s" rejected', 'buddypress' ), $group->name );
    121121        $message = sprintf( __(
    122 'Your membership request for the group "%s" has been rejected.
    123 
    124 To submit another request please log in and visit: %s
     122'Your membership request for the group "%1$s" has been rejected.
     123
     124To submit another request please log in and visit: %2$s
    125125
    126126---------------------
     
    167167
    168168    $message = sprintf( __(
    169 'You have been promoted to %s for the group: "%s".
    170 
    171 To view the group please visit: %s
     169'You have been promoted to %1$s for the group: "%2$s".
     170
     171To view the group please visit: %3$s
    172172
    173173---------------------
     
    215215
    216216        $message = sprintf( __(
    217 'One of your friends %s has invited you to the group: "%s".
    218 
    219 To view your group invites visit: %s
    220 
    221 To view the group visit: %s
    222 
    223 To view %s\'s profile visit: %s
     217'One of your friends %1$s has invited you to the group: "%2$s".
     218
     219To view your group invites visit: %3$s
     220
     221To view the group visit: %4$s
     222
     223To view %5$s\'s profile visit: %6$s
    224224
    225225---------------------
     
    271271            $ud = bp_core_get_core_userdata( $receiver_user_id );
    272272            $to = $ud->user_email;
    273             $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '%s mentioned you in the group "%s"', 'buddypress' ), $poster_name, $group->name );
     273            $subject = '[' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . '] ' . sprintf( __( '%1$s mentioned you in the group "%2$s"', 'buddypress' ), $poster_name, $group->name );
    274274
    275275$message = sprintf( __(
    276 '%s mentioned you in the group "%s":
    277 
    278 "%s"
    279 
    280 To view and respond to the message, log in and visit: %s
     276'%1$s mentioned you in the group "%2$s":
     277
     278"%3$s"
     279
     280To view and respond to the message, log in and visit: %4$s
    281281
    282282---------------------
Note: See TracChangeset for help on using the changeset viewer.