From d748368ecb14fba8c82a258722d43c7e53cb3f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 5 Feb 2015 17:21:10 +0100 Subject: [PATCH] Don't highly discourage --- core/templates/installation.php | 2 +- settings/templates/admin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index e5e191e897..4597e92201 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 highly discouraged.')); ?>

+

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

diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 5a9bb85259..a0cf29436d 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -121,7 +121,7 @@ if ($_['databaseOverload']) {

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