summaryrefslogtreecommitdiff
path: root/actions/publictagcloud.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/publictagcloud.php
parenta6e950b7a1ca7654613dd7f5cefcdae6a3a0f579 (diff)
Changed text "noone" to "no one".
Diffstat (limited to 'actions/publictagcloud.php')
-rw-r--r--actions/publictagcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/publictagcloud.php b/actions/publictagcloud.php
index 4ff41d2a6..0cd8940d4 100644
--- a/actions/publictagcloud.php
+++ b/actions/publictagcloud.php
@@ -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!');