summaryrefslogtreecommitdiff
path: root/actions/all.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-08 21:23:09 -0500
committerEvan Prodromou <evan@status.net>2009-11-08 21:23:09 -0500
commit76b0e6e6f4151235d5032d1aa90f0937b415bd87 (patch)
tree47ef20a3cd3d6ef9ace200be56af16d9b3e02965 /actions/all.php
parent7ee9737ef67fded89fb51602b06c8f77fba97bb1 (diff)
parentf086dddf43a8e1593a615e77c2fdd605623acf49 (diff)
Merge branch '0.9.x' into adminpanel
Diffstat (limited to 'actions/all.php')
-rw-r--r--actions/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php
index 61cedce74..b0fd8ee77 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -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);
}