From: anuko Date: Thu, 4 Jan 2018 14:12:41 +0000 (+0000) Subject: Changed the label on week view for clarity. X-Git-Tag: timetracker_1.19-1~1405 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6d39778a39a1ac2441b00150ca8ecdb049d655fe;p=timetracker.git Changed the label on week view for clarity. --- diff --git a/WEB-INF/lib/ttTimeHelper.class.php b/WEB-INF/lib/ttTimeHelper.class.php index 8bc2012e..35900f87 100644 --- a/WEB-INF/lib/ttTimeHelper.class.php +++ b/WEB-INF/lib/ttTimeHelper.class.php @@ -1014,7 +1014,7 @@ class ttTimeHelper { // Insert label. global $i18n; - $dayTotals['label'] = $i18n->getKey('label.total'); + $dayTotals['label'] = $i18n->getKey('label.day_total'); foreach ($dataArray as $row) { foreach($dayHeaders as $dayHeader) { diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index ed229d5c..abc0e45d 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.13.6.3717 | Copyright © Anuko | +  Anuko Time Tracker 1.13.6.3718 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}