From 2d80c601df1e2f80033194e44d90380c26e42346 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 12 Jan 2011 12:44:22 -0800 Subject: [PATCH] string extraction --- mod/profiles.php | 1 + view/profile_entry.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/profiles.php b/mod/profiles.php index 1c75dc0eb1..3488c8687e 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'] )); } diff --git a/view/profile_entry.tpl b/view/profile_entry.tpl index 5c6952af60..c5b782660a 100644 --- a/view/profile_entry.tpl +++ b/view/profile_entry.tpl @@ -1,7 +1,7 @@
-Profile Image +$alt