diff options
author | Luis Alberto Guzmán García <ark74> | 2015-10-20 14:32:28 +0000 |
---|---|---|
committer | Luis Alberto Guzmán García <ark74> | 2015-10-20 14:32:28 +0000 |
commit | fc32034899f3ae2c66ffdf187526cf7edbed712d (patch) | |
tree | 3ff501a2b2e2de515ade7b72a727e10c96610781 /h-source/Application/Views/Desktop/footer.php | |
parent | 0f18064885fa3bf8f99730b57b097677f1f9dd99 (diff) |
minor l10n updates
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--> |