Fixed typo "thier". Ticket 1606

This commit is contained in:
Sarven Capadisli 2009-08-08 17:45:53 +02:00
parent 534d0d804c
commit fe3ce5b6c4
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class ShowfavoritesAction extends OwnerDesignAction
}
}
else {
$message = sprintf(_('%s hasn\'t added any notices to his favorites yet. Why not [register an account](%%%%action.register%%%%) and then post something interesting they would add to thier favorites :)'), $this->user->nickname);
$message = sprintf(_('%s hasn\'t added any notices to his favorites yet. Why not [register an account](%%%%action.register%%%%) and then post something interesting they would add to their favorites :)'), $this->user->nickname);
}
$this->elementStart('div', 'guide');