Looks like your using the v3 skin.
You need to edit this file:
arcade/modules/mod_arcade.php
Find two places that has
Code:
$this->links['click'] .= "<a href='".$ibforums->base_url."act=Arcade&do=play&gameid=".$gid."'>".$ibforums->lang['play_game'].$gname."</a>";
change them to,
Code:
$this->links['click'] .= "<a href='".$ibforums->base_url."act=Arcade&do=play&gameid=".$gid."'>".$gname.$ibforums->lang['play_game']."</a>";