forked from science-ation/science-ation
Fix a missing i18n
This commit is contained in:
parent
505e1a8c91
commit
ee855e5f67
@ -185,7 +185,7 @@ case 'edit_load':
|
|||||||
|
|
||||||
/* Print the award header */
|
/* Print the award header */
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
if($fairs_id) echo "<h4>Winners from $fairs_id:{$fairs[$fairs_id]['name']}</h4>";
|
if($fairs_id) echo "<h4>".i18n('Winners from').":{$fairs[$fairs_id]['name']}</h4>";
|
||||||
echo "<b>{$r['type']} - {$r['name']}</b><br />";
|
echo "<b>{$r['type']} - {$r['name']}</b><br />";
|
||||||
echo "{$r['criteria']}<br />";
|
echo "{$r['criteria']}<br />";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user