Improve language on backgroundjob admin page

This commit is contained in:
Jakob Sack 2015-03-01 11:51:40 +01:00
parent 7a84c90d71
commit 97a624dba5
1 changed files with 2 additions and 2 deletions

View File

@ -241,12 +241,12 @@ if ($_['suggestedOverwriteCliUrl']) {
if (time() - $_['lastcron'] <= 3600): ?>
<span class="cronstatus success"></span>
<span class="crondate" original-title="<?php p($absolute_time);?>">
<?php p($l->t("Last cron was executed %s.", array($relative_time)));?>
<?php p($l->t("Last cron job execution: %s.", array($relative_time)));?>
</span>
<?php else: ?>
<span class="cronstatus error"></span>
<span class="crondate" original-title="<?php p($absolute_time);?>">
<?php p($l->t("Last cron was executed %s. Something seems wrong.", array($relative_time)));?>
<?php p($l->t("Last cron job execution: %s. Something seems wrong.", array($relative_time)));?>
</span>
<?php endif;
else: ?>