]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favorited.php
Changed text "noone" to "no one".
[quix0rs-gnu-social.git] / actions / favorited.php
index 6935eda23a27aef3cfec119336a167f8f3d837e6..27da25435b7921c8dc3972cfa88382838a475a12 100644 (file)
@@ -150,7 +150,7 @@ class FavoritedAction extends Action
             return;
         }
 
-        $message = _('Favorite notices appear on this page but noone has favorited one yet.') . ' ';
+        $message = _('Favorite notices appear on this page but no one has favorited one yet.') . ' ';
 
         if (common_logged_in()) {
             $message .= _('Be the first to add a notice to your favorites by clicking the fave button next to any notice you like.');