Strings spanning multiple lines continue on the next line ...

... not on the same line

refs #8626
This commit is contained in:
Eric Lippmann 2015-03-11 15:06:58 +01:00
parent f44d5ec20a
commit 84348151ce

View File

@ -12,9 +12,9 @@
<b><?= t('Logging out...'); ?></b> <b><?= t('Logging out...'); ?></b>
<br> <br>
<?= t( <?= t(
'If this message does not disappear, it might be necessary to quit the ' . 'If this message does not disappear, it might be necessary to quit the'
'current session manually by clearing the cache, or by closing the current ' . . ' current session manually by clearing the cache, or by closing the current'
'browser session.' . ' browser session.'
); ?> ); ?>
</div> </div>