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
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
<b><?= t('Logging out...'); ?></b>
<br>
<?= t(
'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 ' .
'browser session.'
'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'
. ' browser session.'
); ?>
</div>