Changed text "noone" to "no one".

This commit is contained in:
Sarven Capadisli
2009-04-07 21:12:11 +00:00
parent a6e950b7a1
commit 05b04b7970
4 changed files with 4 additions and 4 deletions

View File

@@ -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();