diff options
author | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
commit | e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 (patch) | |
tree | ebde4a0ae4c57dd23a84d841b7eb6a04c1b6cdcf /installer/check.php | |
parent | 6465a92a38bb42dae3f669e9f2e4f570b6dd5d95 (diff) |
- s/RoundCube/Roundcube/
Diffstat (limited to 'installer/check.php')
-rw-r--r-- | installer/check.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/check.php b/installer/check.php index d1775a3ff..408f477b5 100644 --- a/installer/check.php +++ b/installer/check.php @@ -75,7 +75,7 @@ if (version_compare(PHP_VERSION, MIN_PHP_VERSION, '>=')) { ?> <h3>Checking PHP extensions</h3> -<p class="hint">The following modules/extensions are <em>required</em> to run RoundCube:</p> +<p class="hint">The following modules/extensions are <em>required</em> to run Roundcube:</p> <?php // get extensions location @@ -154,7 +154,7 @@ foreach ($required_libs as $classname => $file) { ?> <h3>Checking php.ini/.htaccess settings</h3> -<p class="hint">The following settings are <em>required</em> to run RoundCube:</p> +<p class="hint">The following settings are <em>required</em> to run Roundcube:</p> <?php @@ -205,7 +205,7 @@ foreach ($optional_checks as $var => $val) { <?php if ($RCI->failures) { - echo '<p class="warning">Sorry but your webserver does not meet the requirements for RoundCube!<br /> + echo '<p class="warning">Sorry but your webserver does not meet the requirements for Roundcube!<br /> Please install the missing modules or fix the php.ini settings according to the above check results.<br /> Hint: only checks showing <span class="fail">NOT OK</span> need to be fixed.</p>'; } |