diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-08-08 17:45:53 +0200 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-08-08 17:45:53 +0200 |
commit | fe3ce5b6c4369584e96d5d6f78c7cfd85271744e (patch) | |
tree | 73734812dbe7b44e06e1b95730795bf8375be0e8 /actions | |
parent | 534d0d804c6b92d8498fbd37a947e3712aaa9e3e (diff) |
Fixed typo "thier". Ticket 1606
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showfavorites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php index 8efe9d30a..8b4926f01 100644 --- a/actions/showfavorites.php +++ b/actions/showfavorites.php @@ -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'); |