]> wagnertech.de Git - timetracker.git/commitdiff
Fixed a problem with English label introduced in previous commit.
authoranuko <support@anuko.com>
Fri, 12 Jan 2018 13:39:39 +0000 (13:39 +0000)
committeranuko <support@anuko.com>
Fri, 12 Jan 2018 13:39:39 +0000 (13:39 +0000)
WEB-INF/resources/en.lang.php
WEB-INF/templates/footer.tpl

index 51a16b0059cf566d421a85115b90fbe56ac9a32d..d8c1f5519f10c55f6012c9844dec9fc4037fc2e3 100644 (file)
@@ -152,7 +152,7 @@ $i18n_key_words = array(
 'label.finish' => 'Finish',
 'label.duration' => 'Duration',
 'label.note' => 'Note',
-'label.note' => 'Notes',
+'label.notes' => 'Notes',
 'label.item' => 'Item',
 'label.cost' => 'Cost',
 'label.day_total' => 'Day total',
index e5b179702720a17783d2ea1438f1362473ba1af4..5c5d50c7e7f801528a48b05e003436372ac1589e 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.13.12.3739 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.13.12.3740 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>