]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
added missing word to user favorites guide.
authorRobin Millette <millette@controlyourself.ca>
Wed, 8 Apr 2009 00:16:53 +0000 (00:16 +0000)
committerRobin Millette <millette@controlyourself.ca>
Wed, 8 Apr 2009 00:16:53 +0000 (00:16 +0000)
actions/showfavorites.php

index 035b899d270de51e1cf0a6119d9625463c44c901..c4c91058f9a9454b084047bff5cbc8ee6d1260dc 100644 (file)
@@ -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');