192c192 < $output = l("Change My Interests", 'interests/edit'); --- > $output = l(t("Change My Interests"), 'interests/edit'); 196c196 < $output .= "

Users with similar interests

"; --- > $output .= "

".t("Users with similar interests")."

\n"; 201a202 > if(isset($like)) { 210a212,215 > } > else { > $output .= "

".t("You did not specified your interests yet.")."

\n"; > }