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 | |
parent | 0f18064885fa3bf8f99730b57b097677f1f9dd99 (diff) |
minor l10n updates
Diffstat (limited to 'h-source/Application/Views/Desktop')
-rw-r--r-- | h-source/Application/Views/Desktop/Issues/view.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/Desktop/Issues/viewall.php | 4 | ||||
-rw-r--r-- | h-source/Application/Views/Desktop/footer.php | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/h-source/Application/Views/Desktop/Issues/view.php b/h-source/Application/Views/Desktop/Issues/view.php index 769717a..51047b8 100644 --- a/h-source/Application/Views/Desktop/Issues/view.php +++ b/h-source/Application/Views/Desktop/Issues/view.php @@ -235,7 +235,7 @@ <?php } else { ?> <div class="talk_login_notice"> - <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>">login</a> <?php echo gtext("in order to submit a message to this issue");?></a> + <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>"><?php echo gtext("login");?></a> <?php echo gtext("in order to submit a message to this issue");?></a> </div> <?php } ?> diff --git a/h-source/Application/Views/Desktop/Issues/viewall.php b/h-source/Application/Views/Desktop/Issues/viewall.php index d5d652f..2454e6f 100644 --- a/h-source/Application/Views/Desktop/Issues/viewall.php +++ b/h-source/Application/Views/Desktop/Issues/viewall.php @@ -114,9 +114,9 @@ <?php } else { ?> <div class="talk_login_notice"> - <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>">login</a> <?php echo gtext("in order to submit an issue");?></a> + <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$currPos.$queryString;?>"><?php echo gtext("login");?></a> <?php echo gtext("in order to submit an issue");?></a> </div> <?php } ?> - </div>
\ No newline at end of file + </div> 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--> |