Typo fixed. Added explanation.

pull/1/head
root 17 years ago
parent 904cb857f4
commit 9dbb3f1ee6

@ -87,7 +87,7 @@
<td class="DataTD" colspan="2"><font color="red">*</font><?=_("Please note, in the interests of good security, the pass phrase must be made up of an upper case letter, lower case letter, number and symbol.")?></td>
</tr>
<tr>
<td class="DataTD" colspan="2"><?=_("Lost Pass Phrase Questions - Please enter five questions and your reponses to be used for security verifcation.")?></td>
<td class="DataTD" colspan="2"><?=_("Lost Pass Phrase Questions - Please enter five questions and your responses to be used for security verification.")?></td>
</tr>
<tr>
<td class="DataTD">1)&nbsp;<input type="text" name="Q1" size="15" value="<?=$_SESSION['signup'][Q1]?>"></td>
@ -120,9 +120,13 @@
<input type="checkbox" name="regional" value="1" <?=($_SESSION['signup'][regional] == "0")?"":"checked=\"checked\"" ?>><?=_("Regional Announcements")?><br>
<input type="checkbox" name="radius" value="1" <?=($_SESSION['signup'][radius] == "0")?"":"checked=\"checked\"" ?>><?=_("Within 200km Announcements")?></td>
</tr>
<tr>
<td class="DataTD" colspan="2"><?=_("When you click on next, we will send a confirmation email to the email address you have entered above.")?></td>
</tr>
<tr>
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>"></td>
</tr>
</table>
<input type="hidden" name="oldid" value="<?=$id?>">
</form>

Loading…
Cancel
Save