From f19d4ec29b3226bc7f58f9cfa0e1c28fa9d88ed8 Mon Sep 17 00:00:00 2001
From: Sam Cater <sam@samcater.com>
Date: Sun, 23 Oct 2016 19:18:22 +0100
Subject: [PATCH] Modified the SQLite warning of
 server/settings/templates/admin/tiptricks.php to be more understandable and
 legible

Signed-off-by: Sam Cater <sam@samcater.com>

Added sign off of commit
---
 settings/templates/admin/tipstricks.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/templates/admin/tipstricks.php b/settings/templates/admin/tipstricks.php
index e924a96dead..0282deda420 100644
--- a/settings/templates/admin/tipstricks.php
+++ b/settings/templates/admin/tipstricks.php
@@ -34,8 +34,8 @@
 		if ($_['databaseOverload']) {
 			?>
 			<li>
-				<?php p($l->t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.')); ?><br>
-				<?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?><br>
+				<?php p($l->t('SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend.')); ?><br>
+				<?php p($l->t('This is particularly recommended when using the desktop client for file synchronisation.')); ?><br>
 				<?php print_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" rel="noreferrer" href="%s">documentation ↗</a>.', link_to_docs('admin-db-conversion') )); ?>
 			</li>
 		<?php } ?>
-- 
GitLab