// Fix incorrect translation strings in tpl

This commit is contained in:
tDidierjean
2011-11-23 21:33:13 +00:00
parent cb1d4ba6b8
commit 91f238a2cd
10 changed files with 23 additions and 21 deletions
@@ -58,7 +58,8 @@ $('document').ready(function(){
else
{
$('#send_friend_form_error').show();
$('#send_friend_form_error').text('{/literal}{l s="You did not fill required fields" mod=sendtoafriend}{literal}');
var error_text = {/literal}{l s='You did not fill required fields' mod=sendtoafriend}{literal}
$('#send_friend_form_error').text(error_text);
}
});
});