Use better wording.

This commit is contained in:
kondou 2013-07-03 20:13:10 +02:00
parent 2c4a9e0776
commit 65bcedfbbe

View file

@ -1,7 +1,7 @@
<form action="<?php p($_['URL']); ?>" method="post">
<fieldset>
<?php if ($_['wrongpw']): ?>
<div class="warning"><?php p($l->t('Wrong password.')); ?></div>
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
<?php endif; ?>
<p class="infield">
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>