[Pkg-owncloud-commits] [owncloud] 19/34: Update installation.php

David Prévot taffit at moszumanska.debian.org
Wed Mar 11 15:49:37 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 6abb28e2a610ccd58f132090d1e26a295b721b32
Author: cmeh <cmeh at users.noreply.github.com>
Date:   Fri Feb 6 11:19:56 2015 +0100

    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 4597e92..53ab4a0 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 discouraged.')); ?></p>
+			<p><?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?></p>
 		</fieldset>
 	<?php endif ?>
 

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