diff options
author | Friendika <info@friendika.com> | 2011-01-12 12:44:22 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-12 12:44:22 -0800 |
commit | 2d80c601df1e2f80033194e44d90380c26e42346 (patch) | |
tree | 94fd7b9bca39502f1dd14016bc8831ab23708d64 /mod/profiles.php | |
parent | b11963f9ac3551ff850ddfd4c8c58fe0c87dee1a (diff) | |
download | volse-hubzilla-2d80c601df1e2f80033194e44d90380c26e42346.tar.gz volse-hubzilla-2d80c601df1e2f80033194e44d90380c26e42346.tar.bz2 volse-hubzilla-2d80c601df1e2f80033194e44d90380c26e42346.zip |
string extraction
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 1c75dc0eb..3488c8687 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -401,6 +401,7 @@ function profiles_content(&$a) { $o .= replace_macros($template, array( '$photo' => $rr['thumb'], '$id' => $rr['id'], + '$alt' => t('Profile Image'), '$profile_name' => $rr['profile-name'] )); } |