Okay, the zip file has been updated, so now when people install it will force the phrase cache to update. As for the 18 people who downloaded the original zip, you can download the "refresh_phrases.php" file and manually run it in your admincp directory, or just wait for phrases to update.
Also, there was a slight problem with the traderratings.php file, I forgot to add 'user' to the phrase groups, you can either re-download the zip and upload the php file, or just edit your traderratings.php file and change the following to add the 'user' group (line 24 about):
Code:
// get special phrase groups
$phrasegroups = array('user');