[Pkg-owncloud-commits] [owncloud] 15/34: Capitalize Checks in admin	page
    David Prévot 
    taffit at moszumanska.debian.org
       
    Fri Nov  7 11:44:11 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 38783b1ca364d2bfb14fb1dac8681356fcd00e72
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Mon Nov 3 15:41:40 2014 +0100
    Capitalize Checks in admin page
---
 settings/templates/admin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 7e5fc48..90426ef 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -169,7 +169,7 @@ if ($_['suggestedOverwriteWebroot']) {
 }
 ?>
 <div id="postsetupchecks" class="section">
-	<h2><?php p($l->t('Connectivity checks'));?></h2>
+	<h2><?php p($l->t('Connectivity Checks'));?></h2>
 	<div class="loading"></div>
 	<div class="success hidden"><?php p($l->t('No problems found'));?></div>
 	<div class="errors hidden"></div>
-- 
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