From: Jakob Sack Date: Sat, 28 Feb 2015 20:49:23 +0000 (+0100) Subject: Rename $human_time to $relative_time in cron settings X-Git-Tag: v8.1.0alpha1~373^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7a84c90d71e4fb45d551c4d72f81312e19f245ab;p=nextcloud-server.git Rename $human_time to $relative_time in cron settings --- diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 7ed1afbd26e..ea91fca499e 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -236,17 +236,17 @@ if ($_['suggestedOverwriteCliUrl']) {

- t("Last cron was executed %s.", array($human_time)));?> + t("Last cron was executed %s.", array($relative_time)));?> - t("Last cron was executed %s. Something seems wrong.", array($human_time)));?> + t("Last cron was executed %s. Something seems wrong.", array($relative_time)));?>