diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 8920c21cc7..5b5a967d5b 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -537,8 +537,8 @@ else if ( $mode == 'read' ) $yim = ( $privmsg['user_yim'] ) ? '' . $lang['YIM'] . '' : ''; $temp_url = append_sid("search.$phpEx?search_author=" . urlencode($username_from) . "&showresults=posts"); - $search_img = '' . $lang['Search_user_posts'] . ''; - $search = '' . $lang['Search_user_posts'] . ''; + $search_img = '' . sprintf($lang['Search_user_posts'], $username_from) . ''; + $search = '' . sprintf($lang['Search_user_posts'], $username_from) . ''; // // Processing of post