Adding a missing space between value and unit

Added the missing space between value and unit, as it is formatted in all other places across ownCloud.
This commit is contained in:
cmeh 2015-02-12 08:14:12 +01:00
parent bd60abbefc
commit 01f89083ba
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ if ($_['suggestedOverwriteCliUrl']) {
<?php if ($_['logFileSize'] > (100 * 1024 * 1024)): ?>
<br>
<em>
<?php p($l->t('The logfile is bigger than 100MB. Downloading it may take some time!')); ?>
<?php p($l->t('The logfile is bigger than 100 MB. Downloading it may take some time!')); ?>
</em>
<?php endif; ?>
<?php endif; ?>