diff options
Diffstat (limited to 'settings/templates/admin/server.php')
-rw-r--r-- | settings/templates/admin/server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin/server.php b/settings/templates/admin/server.php index d87fa81729f..d0fc6378e9a 100644 --- a/settings/templates/admin/server.php +++ b/settings/templates/admin/server.php @@ -81,7 +81,7 @@ if (!$_['has_fileinfo']) { ?> <li> - <?php p($l->t('The PHP module \'fileinfo\' is missing. We strongly recommend to enable this module to get best results with mime-type detection.')); ?> + <?php p($l->t('The PHP module \'fileinfo\' is missing. We strongly recommend to enable this module to get best results with MIME type detection.')); ?> </li> <?php } |