diff options
author | Friendika <info@friendika.com> | 2011-03-21 15:12:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-21 15:12:40 -0700 |
commit | d71db3e0645a71cf65b095f9cf0dcfdd2b2b8980 (patch) | |
tree | b1d1975dcfaeda0498c7591412c30084e45d47da /mod | |
parent | 64e92f34d94bec6800fd01a971b4bd901b3a51ca (diff) | |
download | volse-hubzilla-d71db3e0645a71cf65b095f9cf0dcfdd2b2b8980.tar.gz volse-hubzilla-d71db3e0645a71cf65b095f9cf0dcfdd2b2b8980.tar.bz2 volse-hubzilla-d71db3e0645a71cf65b095f9cf0dcfdd2b2b8980.zip |
typo
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index fad8bc79b..4b5f92a1f 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -99,7 +99,7 @@ function profile_content(&$a, $update = 0) { $o .= replace_macros($tpl,array( '$url' => $a->get_baseurl() . '/' . $a->cmd, '$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname'], - '$status' => t('Status') + '$status' => t('Status'), '$profile' => t('Profile'), '$photos' => t('Photos') )); |