Skip to:
Content

BuddyPress.org

Changeset 1138 for trunk/bp-messages.php


Ignore:
Timestamp:
02/25/2009 03:53:13 AM (16 years ago)
Author:
apeatling
Message:

Fixes #488 and a large number of localization issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages.php

    r1128 r1138  
    295295    } else {
    296296        $bp->bp_options_nav[$bp->messages->slug]['view'] = array(
    297             'name' => __('From: ' . BP_Messages_Thread::get_last_sender($thread_id), 'buddypress'),
     297            'name' => sprintf( __( 'From: %s', 'buddypress'), BP_Messages_Thread::get_last_sender($thread_id) ),
    298298            'link' => $bp->loggedin_user->domain . $bp->messages->slug . '/'           
    299299        );
Note: See TracChangeset for help on using the changeset viewer.