From 43cfad705cddb57c6a79dc51a12d151e14533064 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 16 May 2017 21:12:28 +0200 Subject: Change cron wording to background jobs Signed-off-by: Jan-Christoph Borchardt --- settings/templates/admin/server.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'settings') diff --git a/settings/templates/admin/server.php b/settings/templates/admin/server.php index 391d100dcf7..8d00d37fe80 100644 --- a/settings/templates/admin/server.php +++ b/settings/templates/admin/server.php @@ -155,7 +155,7 @@
-

t('Cron'));?>

+

t('Background jobs'));?>

- t("Last cron job execution: %s.", [$relative_time]));?> + t("Last job ran %s.", [$relative_time]));?> - t("Last cron job execution: %s. Something seems wrong.", [$relative_time]));?> + t("Last job execution ran %s. Something seems wrong.", [$relative_time]));?> - t("Cron was not executed yet!")); + t("Background job didn’t run yet!")); endif; ?>

@@ -208,7 +208,7 @@ print_unescaped('disabled'); }?>>
- t("Use system's cron service to call the cron.php file every 15 minutes.")); ?> + t("Use system cron service to call the cron.php file every 15 minutes.")); ?> t('The cron.php needs to be executed by the system user "%s".', [$_['cli_based_cron_user']])); } else { -- cgit v1.2.3