Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/13/2008 11:56:31 PM (18 years ago)
Author:
apeatling
Message:

Group notification updates

File:
1 edited

Legend:

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

    r540 r542  
    179179
    180180        if ( groups_is_user_admin( $user_id, $group_id ) ) {
    181                 $promoted_to = 'admin';
     181                $promoted_to = __( 'an administrator', 'buddypress' );
    182182                $type = 'member_promoted_to_admin';
    183183        } else {
    184                 $promoted_to = 'mod';
     184                $promoted_to = __( 'a moderator', 'buddypress' );
    185185                $type = 'member_promoted_to_mod';
    186186        }
     
    209209
    210210---------------------
    211 ', 'buddypress' ), stripslashes($group->name), $group_link );
     211', 'buddypress' ), $promoted_to, stripslashes($group->name), $group_link );
    212212
    213213        $message .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link );
Note: See TracChangeset for help on using the changeset viewer.