]> source.dussan.org Git - nextcloud-server.git/commitdiff
Don't split translation lines
authorkondou <kondou@ts.unde.re>
Thu, 11 Apr 2013 15:20:14 +0000 (17:20 +0200)
committerkondou <kondou@ts.unde.re>
Tue, 23 Apr 2013 10:31:13 +0000 (12:31 +0200)
core/lostpassword/templates/lostpassword.php

index dd4d05d25c0c6484b022ba5e9f36f36e95168989..bb06249b7222696add1148ee1aeb9b186e7e5faf 100644 (file)
@@ -1,11 +1,9 @@
 <?php if ($_['requested']): ?>
        <div class="success"><p>
        <?php
-               echo $l->t('The link to reset your password has been sent to your email.');
-               echo "</p><p>";
-               echo $l->t('If you do not receive it within a reasonable amount of time, check your spam/junk folders.');
-               echo "</p><p>";
-               echo $l->t('If it is not there ask your local administrator .');
+               echo $l->t('The link to reset your password has been sent to your email.</p>
+               <p>If you do not receive it within a reasonable amount of time, check your spam/junk folders.</p>
+               <p>If it is not there ask your local administrator .');
        ?>
        </p></div>
 <?php else: ?>
                <fieldset>
                        <?php if ($_['error']): ?>
                                <div class="errors"><p>
-                               <?php
-                                       echo $l->t('Request failed!');
-                                       echo "</p><p>";
-                                       echo $l->t('Did you make sure the Email was right?');
-                               ?>
+                               <?php echo $l->t('Request failed!</p><p>Did you make sure the Email was right?'); ?>
                                </p></div>
                        <?php endif; ?>
                        <?php echo $l->t('You will receive a link to reset your password via Email.'); ?>