]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed text "noone" to "no one".
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:12:11 +0000 (21:12 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:12:11 +0000 (21:12 +0000)
actions/all.php
actions/favorited.php
actions/public.php
actions/publictagcloud.php

index 9c6182ccc7647a4b13027e767f21e3c97ce26d79..9a163267049559d6c8229010580eec98634445fd 100644 (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();
index 6935eda23a27aef3cfec119336a167f8f3d837e6..27da25435b7921c8dc3972cfa88382838a475a12 100644 (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.');
index d64b651fdb8922639f0a13fbaa8e4d40e0b3436f..b7b7fc6b767913e043cf7dea9a8d3e02ea169551 100644 (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!');
index 4ff41d2a6d875b4c8d84d10ec7efae024c7319d3..0cd8940d4d9346b746db14c4d9222874fa8e49b9 100644 (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!');