localization fixes

This commit is contained in:
Andrew Dolgov
2009-01-25 18:19:09 +01:00
parent 3c374d6370
commit 2a52d96fe6
6 changed files with 9 additions and 23 deletions

View File

@@ -190,7 +190,7 @@
<td><?php echo __('How much is two plus two:') ?></td><td>
<input name="turing_test"></td></tr>
<tr><td colspan="2" align="right">
<input type="submit" name="sub_btn" value="<?php echo __('Submit registration"') ?>"
<input type="submit" name="sub_btn" value="<?php echo __('Submit registration') ?>"
disabled="true" onclick='return validateRegForm()'>
</td></tr>
</table>