diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-08 00:16:53 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-08 00:16:53 +0000 |
commit | b20815e8e2d6d170fecc7143656b22bc68de3780 (patch) | |
tree | e228144342983e21d6d54dbcc89f73edef8aeace | |
parent | cc50031658f1665d60efdf8e3e5963e01584baf9 (diff) |
added missing word to user favorites guide.
-rw-r--r-- | actions/showfavorites.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php index 035b899d2..c4c91058f 100644 --- a/actions/showfavorites.php +++ b/actions/showfavorites.php @@ -169,11 +169,11 @@ class ShowfavoritesAction extends Action if ($this->user->id === $current_user->id) { $message = _('You haven\'t chosen any favorite notices yet. Click the fave button on notices you like to bookmark them for later or shed a spotlight on them.'); } else { - $message = sprintf(_('%s hasn\'t any notices to his favorites yet. Post something interesting they would add to their favorites :)'), $this->user->nickname); + $message = sprintf(_('%s hasn\'t added any notices to his favorites yet. Post something interesting they would add to their favorites :)'), $this->user->nickname); } } else { - $message = sprintf(_('%s hasn\'t 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 thier favorites :)'), $this->user->nickname); } $this->elementStart('div', 'guide'); |