]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed enghlish sentence, thanks to @MTGap
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 19 Jun 2013 10:05:45 +0000 (12:05 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 19 Jun 2013 14:11:09 +0000 (16:11 +0200)
core/lostpassword/templates/lostpassword.php

index 48c95379295a4d75ef8bdb9bd6d3f1ee7bd69050..37d790b9fc0d992b3ffec74b6778af81df37164e 100644 (file)
@@ -14,7 +14,7 @@
                                <img class="svg" src="<?php print_unescaped(image_path('', 'actions/user.svg')); ?>" alt=""/>
                                <?php if ($_['isEncrypted']): ?>
                                <br /><br />
-                               <?php print_unescaped($l->t('Your files seems to be encrypted. If you didn\'t have enabled the recovery key there will be no way to get your data back once the password was resetted. If you are not sure what to do, please contact your administrator first before continue. Do you really want to continue?')); ?><br />
+                               <?php print_unescaped($l->t("Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?")); ?><br />
                                <input type="checkbox" name="continue" value="Yes" />
                                        <?php print_unescaped($l->t('Yes, I really want to reset my password now')); ?><br/><br/>
                                <?php endif; ?>