Merge pull request #13933 from owncloud/enhance-sqlite-warning-2

Don't highly discourage
This commit is contained in:
Thomas Müller 2015-02-05 23:50:06 +01:00
commit 0916d2ed6b
2 changed files with 2 additions and 2 deletions

View 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 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 ?>

View File

@ -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>