]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
* [Cc]an't -> [Cc]annot
[quix0rs-gnu-social.git] / actions / all.php
index 61cedce7490cd08ed76d2568d85426179044242e..b0fd8ee77c338aaa860d757082b3416f130ef62e 100644 (file)
@@ -129,7 +129,7 @@ class AllAction extends ProfileAction
         if (common_logged_in()) {
             $current_user = common_current_user();
             if ($this->user->id === $current_user->id) {
-                $message .= _('Try subscribing to more people, [join a group](%%action.groups%%) or post something yourself.');
+                $message .= _('Try subscribing to more users, [join a group](%%action.groups%%) or post something yourself.');
             } else {
                 $message .= sprintf(_('You can try to [nudge %s](../%s) from his profile or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%s).'), $this->user->nickname, $this->user->nickname, '@' . $this->user->nickname);
             }