summaryrefslogtreecommitdiffstats
path: root/web/html/passreset.php
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2010-10-08 05:07:01 +0200
committerLoui Chang <louipc.ist@gmail.com>2010-10-08 05:07:01 +0200
commitd13f2af0799d5be163b8438c7f9594c20bb76208 (patch)
treec3e4c3b38ac004e2c82d7db577f720a9ff0fba93 /web/html/passreset.php
parentf0d68c81f969b6063feb51d64137b37b18df1332 (diff)
downloadaur-d13f2af0799d5be163b8438c7f9594c20bb76208.tar.gz
aur-d13f2af0799d5be163b8438c7f9594c20bb76208.tar.xz
Modify some strings for translation.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/passreset.php')
-rw-r--r--web/html/passreset.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/web/html/passreset.php b/web/html/passreset.php
index 0f98593d..0b0b0309 100644
--- a/web/html/passreset.php
+++ b/web/html/passreset.php
@@ -117,19 +117,18 @@ html_header(__("Password Reset"));
</tr>
</table>
<br />
- <input type="submit" class="button" value="Continue" />
+ <input type="submit" class="button" value="<?php echo __('Continue') ?>" />
</form>
<?php
} else {
?>
- <p><?php echo __('If you have forgotten the e-mail address you used to
- register, please send a message to the %haur-general%h mailing list.',
+ <p><?php echo __('If you have forgotten the e-mail address you used to register, please send a message to the %haur-general%h mailing list.',
'<a href="http://mailman.archlinux.org/mailman/listinfo/aur-general">',
'</a>'); ?></p>
<form action="" method="post">
<p><?php echo __("Enter your e-mail address:"); ?>
<input type="text" name="email" size="30" maxlength="64" /></p>
- <input type="submit" class="button" value="Continue" />
+ <input type="submit" class="button" value="<?php echo __('Continue') ?>" />
</form>
<?php } ?>
</div>