summaryrefslogtreecommitdiff
path: root/actions/showfavorites.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-08-08 17:45:53 +0200
committerSarven Capadisli <csarven@controlyourself.ca>2009-08-08 17:45:53 +0200
commitfe3ce5b6c4369584e96d5d6f78c7cfd85271744e (patch)
tree73734812dbe7b44e06e1b95730795bf8375be0e8 /actions/showfavorites.php
parent534d0d804c6b92d8498fbd37a947e3712aaa9e3e (diff)
Fixed typo "thier". Ticket 1606
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php2
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');