[Pkg-owncloud-commits] [owncloud] 57/70: fix apostrophe fixes #9486

David Prévot taffit at moszumanska.debian.org
Mon Jul 14 17:38:09 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 59111882113ec64df89860fd75dd6b6584a8ef60
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Tue Jul 8 21:48:29 2014 +0200

    fix apostrophe fixes #9486
---
 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 1d75624..03f3efd 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -226,7 +226,7 @@ if (!$_['internetconnectionworking']) {
 					print_unescaped('checked="checked"');
 				} ?>>
 				<label for="backgroundjobs_cron">Cron</label><br/>
-				<em><?php p($l->t("Use systems cron service to call the cron.php file every 15 minutes.")); ?></em>
+				<em><?php p($l->t("Use system's cron service to call the cron.php file every 15 minutes.")); ?></em>
 	</p>
 </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