diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 1091b1dab5..ed74c6dec1 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.")); ?>