]> source.dussan.org Git - nextcloud-server.git/commitdiff
Improve language on backgroundjob admin page
authorJakob Sack <mail@jakobsack.de>
Sun, 1 Mar 2015 10:51:40 +0000 (11:51 +0100)
committerJakob Sack <mail@jakobsack.de>
Sun, 1 Mar 2015 10:51:40 +0000 (11:51 +0100)
settings/templates/admin.php

index ea91fca499ee775fc5edd488f6165c5916976ebe..b7ea77a993b5a7af716cf6cbf32e723cebe5e866 100644 (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: ?>