From: Sarven Capadisli Date: Sat, 8 Aug 2009 15:45:53 +0000 (+0200) Subject: Fixed typo "thier". Ticket 1606 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fe3ce5b6c4369584e96d5d6f78c7cfd85271744e;p=quix0rs-gnu-social.git Fixed typo "thier". Ticket 1606 --- diff --git a/actions/showfavorites.php b/actions/showfavorites.php index 8efe9d30aa..8b4926f012 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');