From 6abb28e2a610ccd58f132090d1e26a295b721b32 Mon Sep 17 00:00:00 2001 From: cmeh Date: Fri, 6 Feb 2015 11:19:56 +0100 Subject: [PATCH] Update installation.php In line 161, "SQLite" has now the same capitalisation as in line 159. --- core/templates/installation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index 4597e92201..53ab4a0b87 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -158,7 +158,7 @@ script('core', [ t('Performance Warning'));?>

t('SQLite will be used as database.'));?>

t('For larger installations we recommend to choose a different database backend.'));?>

-

t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?>

+

t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?>