Skip to content

Commit

Permalink
Fixed issue #05984: Javascript error with upload question type for it…
Browse files Browse the repository at this point in the history
…alian language

Dev: add js option on clang
  • Loading branch information
Shnoulle committed Apr 5, 2012
1 parent e418fb1 commit e479512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qanda.php
Expand Up @@ -3064,8 +3064,8 @@ function do_file_upload($ia)

$answer = "<script type='text/javascript'>
var translt = {
title: '" . $clang->gT('Upload your files') . "',
returnTxt: '" . $clang->gT('Return to survey') . "'
title: '" . $clang->gT('Upload your files','js') . "',
returnTxt: '" . $clang->gT('Return to survey','js') . "',
};
</script>\n";
/*if ($pos)
Expand Down

0 comments on commit e479512

Please sign in to comment.