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

View 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.');

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!');

View File

@ -68,7 +68,7 @@ class PublictagcloudAction extends Action
return;
}
$message = _('Noone has posted a notice with a [hashtag](%%doc.tags%%) yet.') . ' ';
$message = _('No one has posted a notice with a [hashtag](%%doc.tags%%) yet.') . ' ';
if (common_logged_in()) {
$message .= _('Be the first to post one!');