--- userpoints-cvs/userpoints.module 2006-07-15 13:17:31.000000000 -0400 +++ userpoints/userpoints.module 2006-07-24 12:10:41.000000000 -0400 @@ -264,7 +264,7 @@ $num = 5; $block_title = array(); - $block_title[] = $user->name . t('\'s points'); + $block_title[] = t('%user\'s points', array('%user' => $user->name)); $block_title[] = t('Highest users'); switch ($op) {