diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-22 06:50:30 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-22 06:50:30 +0000 |
commit | 1b2aa2f98ba320a7623676c1640f792b70f1fa16 (patch) | |
tree | bd6fc7a906c35719970da2dfe5e7bdceb7461439 /h-source/Application/Views/Download | |
parent | 0721f5e55bf8ae501e15880f9ae243a58eadd00b (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Views/Download')
-rw-r--r-- | h-source/Application/Views/Download/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php index 11d53c2..de4d434 100644 --- a/h-source/Application/Views/Download/index.php +++ b/h-source/Application/Views/Download/index.php @@ -23,7 +23,7 @@ <div id="left"> <div class="position_tree_box"> - <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » download + <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » <?php echo gtext("Download");?> </div> <div class="credits_external_box"> |