]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use better wording.
authorkondou <kondou@ts.unde.re>
Wed, 3 Jul 2013 18:13:10 +0000 (20:13 +0200)
committerkondou <kondou@ts.unde.re>
Wed, 3 Jul 2013 18:13:10 +0000 (20:13 +0200)
apps/files_sharing/templates/authenticate.php

index 9334861b1cedeffc93896d192742b86f39b80347..fa03f41913060540c4da710336436b4f2adefa9b 100644 (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>