summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-07 21:12:11 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-07 21:12:11 +0000
commit05b04b7970d1b0f1e35a64a5537ad61e2fb8db1c (patch)
tree5d0142650719e9d5022524c8039e67da4bab2904 /actions/public.php
parenta6e950b7a1ca7654613dd7f5cefcdae6a3a0f579 (diff)
Changed text "noone" to "no one".
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/public.php b/actions/public.php
index d64b651fd..b7b7fc6b7 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -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!');