Skip to content

Commit

Permalink
Fixed stray "No answer" that should have been using defined _NOANSWER…
Browse files Browse the repository at this point in the history
… for localisation

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@402 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 27, 2003
1 parent d774eff commit 1780e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qanda.php
Expand Up @@ -620,7 +620,7 @@
{
$answer .= "\t\t\t\t\t\t<input class='radio' type='radio' name='$ia[1]' value=''";
if ($_SESSION[$ia[1]] == "") {$answer .= " checked";}
$answer .= " onClick='checkconditions(this.value, this.name, this.type)' />No Answer<br />\n";
$answer .= " onClick='checkconditions(this.value, this.name, this.type)' />"._NOANSWER."<br />\n";
}
$answer .= "\t\t\t\t\t</td>\n";
$answer .= "\t\t\t\t</tr>\n";
Expand Down

0 comments on commit 1780e00

Please sign in to comment.