diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-20 15:22:50 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-20 15:22:50 +0200 |
commit | 44d15d497e748aedd7f2a2cc3a6da1f62c27fb53 (patch) | |
tree | c51f62307335e165d859bd90a866cff8a123433c /settings | |
parent | 37b89b11b626075285853c76ceedbd832cd35c24 (diff) | |
download | nextcloud-server-44d15d497e748aedd7f2a2cc3a6da1f62c27fb53.tar.gz nextcloud-server-44d15d497e748aedd7f2a2cc3a6da1f62c27fb53.zip |
change the language
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
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"'); } ?>> <label for="backgroundjobs_webcron">Webcron</label><br/> - <em><?php p($l->t("cron.php is registered at a webcron service to call cron.php every 15min over http.")); ?></em> + <em><?php p($l->t("cron.php is registered at a webcron service to call cron.php every 15 minutes over http.")); ?></em> </p> <p> <input type="radio" name="mode" value="cron" @@ -112,7 +112,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 15min.")); ?></em> + <em><?php p($l->t("Use systems cron service to call the cron.php file every 15 minutes.")); ?></em> </p> </fieldset> |