diff options
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index b421591f6..3d0b79a70 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -391,6 +391,8 @@ function profile_content(&$a, $update = 0) { '$mylink' => $contact['url'], '$mytitle' => t('This is you'), '$myphoto' => $contact['thumb'], + '$comment' => t('Comment'), + '$submit' => t('Submit'), '$ww' => '' )); } |