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.
remotes/origin/log-external-deletes
cmeh 12 years ago
parent bd60abbefc
commit 01f89083ba
  1. 2
      settings/templates/admin.php

@ -516,7 +516,7 @@ if ($_['suggestedOverwriteCliUrl']) {
<?php if ($_['logFileSize'] > (100 * 1024 * 1024)): ?> <?php if ($_['logFileSize'] > (100 * 1024 * 1024)): ?>
<br> <br>
<em> <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> </em>
<?php endif; ?> <?php endif; ?>
<?php endif; ?> <?php endif; ?>

Loading…
Cancel
Save