From 37b89b11b626075285853c76ceedbd832cd35c24 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek
Date: Sat, 19 Oct 2013 01:42:59 +0200
Subject: harmonize this with the documentation. Once every minute is way to
often. Every 15min should be fine just as the documentation suggests:
http://doc.owncloud.org/server/5.0/admin_manual/configuration/background_jobs.html
---
settings/templates/admin.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'settings')
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 1091b1dab54..ed74c6dec1f 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -104,7 +104,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped('checked="checked"');
} ?>>
- t("cron.php is registered at a webcron service to call cron.php once a minute over http.")); ?>
+ t("cron.php is registered at a webcron service to call cron.php every 15min over http.")); ?>
>
- t("Use systems cron service to call the cron.php file once a minute.")); ?>
+ t("Use systems cron service to call the cron.php file every 15min.")); ?>
--
cgit v1.2.3
From 44d15d497e748aedd7f2a2cc3a6da1f62c27fb53 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek
Date: Sun, 20 Oct 2013 15:22:50 +0200
Subject: change the language
---
settings/templates/admin.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'settings')
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index ed74c6dec1f..a2c877340ee 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -104,7 +104,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped('checked="checked"');
} ?>>
- t("cron.php is registered at a webcron service to call cron.php every 15min over http.")); ?>
+ t("cron.php is registered at a webcron service to call cron.php every 15 minutes over http.")); ?>
>
- t("Use systems cron service to call the cron.php file every 15min.")); ?>
+ t("Use systems cron service to call the cron.php file every 15 minutes.")); ?>