[Pkg-owncloud-commits] [owncloud] 12/34: Don't highly discourage
David Prévot
taffit at moszumanska.debian.org
Wed Mar 11 15:49:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.0
in repository owncloud.
commit d748368ecb14fba8c82a258722d43c7e53cb3f13
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Thu Feb 5 17:21:10 2015 +0100
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 e5e191e..4597e92 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -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 highly discouraged.')); ?></p>
+ <p><?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?></p>
</fieldset>
<?php endif ?>
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 5a9bb85..a0cf294 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -121,7 +121,7 @@ if ($_['databaseOverload']) {
</p>
<p>
<strong>
- <?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is highly discouraged.')); ?>
+ <?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?>
</strong>
</p>
<p>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list