192c192
< 	$output = l("Change My Interests", 'interests/edit');
---
> 	$output = l(t("Change My Interests"), 'interests/edit');
196c196
< 	$output .= "<h2>Users with similar interests</h2>";
---
> 	$output .= "<h2>".t("Users with similar interests")."</h2>\n";
201a202
> 	if(isset($like)) {
210a212,215
> 	}
> 	else {
> 		$output .= "<p>".t("You did not specified your interests yet.")."</p>\n";
> 	}
