diff --git a/library/includes/functions_admin_cron.php b/library/includes/functions_admin_cron.php
index b1464f19..a210be47 100644
--- a/library/includes/functions_admin_cron.php
+++ b/library/includes/functions_admin_cron.php
@@ -70,7 +70,9 @@ function validate_cron_post($cron_arr) {
$errnum++;
}
if ($errnum > 0){
- $result = $errors . ' total ' . $errnum . ' errors
Back';
+ global $lang;
+
+ $result = $errors . ' total ' . $errnum . ' errors ' . "
" . sprintf($lang['CLICK_RETURN_JOBS_ADDED'], "", "") . "
" . sprintf($lang['CLICK_RETURN_JOBS'], "", "") . "
" . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], "", "");
}
else {
$result = 1;
@@ -154,4 +156,4 @@ function update_cron_job($cron_arr)
run_counter = '$run_counter'
WHERE cron_id = $cron_id
");
-}
\ No newline at end of file
+}