diff options
| author | 2017-04-09 08:58:41 +0200 | |
|---|---|---|
| committer | 2017-04-09 08:58:41 +0200 | |
| commit | c5e9fee5a7700b3ba8fae4e1c454e8fd46606d8b (patch) | |
| tree | 89da02a926af07520b02b030c5dd9fbedf515ed8 /app | |
| parent | 8af3c9841e7040b91282f24cdccc0e215c52ceef (diff) | |
| parent | a542ab8fff7cd13ef54f5585f029b6c1d2244351 (diff) | |
Merge pull request #1491 from Alkarex/check_fileinfo
Check for fileinfo
Diffstat (limited to 'app')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index f598f6528..ebfffa47d 100644 --- a/app/install.php +++ b/app/install.php @@ -465,7 +465,7 @@ function printStep1() { <?php if ($res['fileinfo'] == 'ok') { ?> <p class="alert alert-success"><span class="alert-head"><?php echo _t('gen.short.ok'); ?></span> <?php echo _t('install.check.fileinfo.ok'); ?></p> <?php } else { ?> - <p class="alert alert-error"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.fileinfo.nok'); ?></p> + <p class="alert alert-warn"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.fileinfo.nok'); ?></p> <?php } ?> <?php if ($res['data'] == 'ok') { ?> |
