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

@@ -179,7 +179,7 @@ class PublicAction extends Action
return;
}
$message = _('This is the public timeline for %%site.name%% but noone has posted anything yet.') . ' ';
$message = _('This is the public timeline for %%site.name%% but no one has posted anything yet.') . ' ';
if (common_logged_in()) {
$message .= _('Be the first to post!');