From 2d80c601df1e2f80033194e44d90380c26e42346 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 12 Jan 2011 12:44:22 -0800 Subject: string extraction --- mod/profiles.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/profiles.php') 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'] )); } -- cgit v1.2.3