diff options
author | Friendika <info@friendika.com> | 2011-01-03 13:26:43 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-03 13:26:43 -0800 |
commit | a51a1007a38e763adcae5ea3865745b2ae80f921 (patch) | |
tree | c5aabc2df13b21deaa4715c09ffeae4433a2a5d1 /mod/profile.php | |
parent | 36b241c02b7640a72fd3432b511e635e4146e2e6 (diff) | |
download | volse-hubzilla-a51a1007a38e763adcae5ea3865745b2ae80f921.tar.gz volse-hubzilla-a51a1007a38e763adcae5ea3865745b2ae80f921.tar.bz2 volse-hubzilla-a51a1007a38e763adcae5ea3865745b2ae80f921.zip |
email check failed, translate wall_item template
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index cc0debd99..7a57bd5a4 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -344,6 +344,7 @@ function profile_content(&$a, $update = 0) { $tmp_item = replace_macros($template,array( '$id' => $item['item_id'], + '$title' => t('View $name's profile'), '$profile_url' => $profile_link, '$name' => $profile_name, '$thumb' => $profile_avatar, |