diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/footer.php')
-rw-r--r-- | h-source/Application/Views/Desktop/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/footer.php b/h-source/Application/Views/Desktop/footer.php index 6640075..a9012bd 100644 --- a/h-source/Application/Views/Desktop/footer.php +++ b/h-source/Application/Views/Desktop/footer.php @@ -34,7 +34,7 @@ </div> </div> <!--fine footer--> - <div style="padding:5px 0px;font-size:12px;"><a href="<?php echo $this->baseUrl;?>/static/licenses.html" rel="jslicense">JavaScript license information</a> + <div style="padding:5px 0px;font-size:12px;"><a href="<?php echo $this->baseUrl;?>/static/licenses.html" rel="jslicense"><?php echo gtext("JavaScript license information");?></a> </div> </div> <!--fine container--> |