]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed typo "thier". Ticket 1606
authorSarven Capadisli <csarven@controlyourself.ca>
Sat, 8 Aug 2009 15:45:53 +0000 (17:45 +0200)
committerSarven Capadisli <csarven@controlyourself.ca>
Sat, 8 Aug 2009 15:45:53 +0000 (17:45 +0200)
actions/showfavorites.php

index 8efe9d30aa461ff48fb589b4f0c310653ed9a047..8b4926f012fb9ecfeb7626dda7dd8e13562c9baf 100644 (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');