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/Issues | |
parent | 0f18064885fa3bf8f99730b57b097677f1f9dd99 (diff) |
minor l10n updates
Diffstat (limited to 'h-source/Application/Views/Desktop/Issues')
-rw-r--r-- | h-source/Application/Views/Desktop/Issues/view.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/Desktop/Issues/viewall.php | 4 |
2 files changed, 3 insertions, 3 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> |