SVN commit 1300702 by aacid: another field that was already extracted and translated but never shown translated M +1 -1 class_appdata.inc --- trunk/www/media/includes/classes/class_appdata.inc #1300701:1300702 @@ -101,7 +101,7 @@ if (strlen($author[2])) { $html .= ' <'.htmlspecialchars($author[2]).'>'; } - $html.='
'.$author[1]; + $html.='
'.i18n_var($author[1]); if (strlen($author[3])) { $html .= '
'.htmlspecialchars($author[3]).''; }