diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:12:11 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:12:11 +0000 |
commit | 05b04b7970d1b0f1e35a64a5537ad61e2fb8db1c (patch) | |
tree | 5d0142650719e9d5022524c8039e67da4bab2904 /actions/favorited.php | |
parent | a6e950b7a1ca7654613dd7f5cefcdae6a3a0f579 (diff) |
Changed text "noone" to "no one".
Diffstat (limited to 'actions/favorited.php')
-rw-r--r-- | actions/favorited.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/favorited.php b/actions/favorited.php index 6935eda23..27da25435 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -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.'); |