Update installation.php

In line 161, "SQLite" has now the same capitalisation as in line 159.
This commit is contained in:
cmeh 2015-02-06 11:19:56 +01:00
parent bd60abbefc
commit 6abb28e2a6
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ script('core', [
<legend><?php p($l->t('Performance Warning'));?></legend> <legend><?php p($l->t('Performance Warning'));?></legend>
<p><?php p($l->t('SQLite will be used as database.'));?></p> <p><?php p($l->t('SQLite will be used as database.'));?></p>
<p><?php p($l->t('For larger installations we recommend to choose a different database backend.'));?></p> <p><?php p($l->t('For larger installations we recommend to choose a different database backend.'));?></p>
<p><?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?></p> <p><?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?></p>
</fieldset> </fieldset>
<?php endif ?> <?php endif ?>