diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-07 23:25:12 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-07 23:25:12 +0000 |
commit | 79b1e3a488372065590700491320b9d3b0c74de4 (patch) | |
tree | e3abc7fb563919351aab1969b7a34210fb9f9445 /actions/all.php | |
parent | d704b3fa8ed8731251ff27919d447c8bd382383d (diff) |
added filler/guide text to user replies timeline.
Diffstat (limited to 'actions/all.php')
-rw-r--r-- | actions/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php index dc5da3e00..f5bbfe2e3 100644 --- a/actions/all.php +++ b/actions/all.php @@ -84,7 +84,7 @@ class AllAction extends ProfileAction if ($this->user->id === $current_user->id) { $message .= _('Try subscribing to more people, [join a group](%%action.groups) or post something yourself.'); } else { - $message .= sprintf(_('You can try to [nudge %s](./) from his profile or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%s).'), $this->user->nickname, '@' . $this->user->nickname); + $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); } } else { |