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/all.php | |
parent | a6e950b7a1ca7654613dd7f5cefcdae6a3a0f579 (diff) |
Changed text "noone" to "no one".
Diffstat (limited to 'actions/all.php')
-rw-r--r-- | actions/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php index 9c6182ccc..9a1632670 100644 --- a/actions/all.php +++ b/actions/all.php @@ -100,7 +100,7 @@ class AllAction extends Action return; } - $message = sprintf(_('This is the timeline for %s and friends but noone has posted anything yet.'), $this->user->nickname) . ' '; + $message = sprintf(_('This is the timeline for %s and friends but no one has posted anything yet.'), $this->user->nickname) . ' '; if (common_logged_in()) { $current_user = common_current_user(); |