aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/right.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-12-09 21:06:40 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-12-09 21:06:40 +0000
commitaff1f89df0e3fe33175d77e6cd5b8ca41e2c61c5 (patch)
tree773e56856718a43545c4cf58ac7494a524513d8d /h-source/Application/Views/right.php
parentd530c7b4237d513c9c75aff438232e3e6778b42c (diff)
improved i18n
Diffstat (limited to 'h-source/Application/Views/right.php')
-rw-r--r--h-source/Application/Views/right.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php
index c0b1b68..f81ca1d 100644
--- a/h-source/Application/Views/right.php
+++ b/h-source/Application/Views/right.php
@@ -71,11 +71,11 @@
</form>
<div class="manage_account_link_box">
- <a href="<?php echo $this->baseUrl."/users/add/$lang";?>"><?php echo gtext("Create new account");?></a>
+ <a href="<?php echo $this->baseUrl."/users/add/$lang";?>"><?php echo gtext("create new account");?></a>
</div>
<div class="manage_account_link_box">
- <a href="<?php echo $this->baseUrl."/users/forgot/$lang";?>"><?php echo gtext("Request new password");?></a>
+ <a href="<?php echo $this->baseUrl."/users/forgot/$lang";?>"><?php echo gtext("request new password");?></a>
</div>
<?php } ?>