]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update installation.php
authorcmeh <cmeh@users.noreply.github.com>
Fri, 6 Feb 2015 10:19:56 +0000 (11:19 +0100)
committercmeh <cmeh@users.noreply.github.com>
Fri, 6 Feb 2015 10:19:56 +0000 (11:19 +0100)
In line 161, "SQLite" has now the same capitalisation as in line 159.

core/templates/installation.php

index 4597e922014ad3c9d175bc222534db2e6dd1bd20..53ab4a0b8778891db30eb92ad5530a5fe560b627 100644 (file)
@@ -158,7 +158,7 @@ script('core', [
                        <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('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>
        <?php endif ?>