From fd714a7560a919d062ce8d8dbb9324aeb3e655b6 Mon Sep 17 00:00:00 2001
From: Antonio Gallo <tonicucoz@gmail.com>
Date: Wed, 24 Aug 2011 08:37:52 +0000
Subject: improved i18n

---
 h-source/Application/Views/page.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'h-source/Application/Views/page.php')

diff --git a/h-source/Application/Views/page.php b/h-source/Application/Views/page.php
index 6fe3c2f..082357f 100644
--- a/h-source/Application/Views/page.php
+++ b/h-source/Application/Views/page.php
@@ -33,7 +33,7 @@
 			<!--if revision-->
 			<?php if (strcmp($this->action,'revision') === 0) { ?>
 			<div class="revision_alert">
-				This is an old revision of this page, as edited by <b><?php echo getLinkToUser($u->getUser($updated_by));?></b> at <b><?php echo smartDate($update_date); ?></b>. It may differ significantly from the <a href="<?php echo $this->baseUrl."/".$this->controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>">current revision</a>.
+				<?php echo gtext("This is an old revision of this page, as edited by");?> <b><?php echo getLinkToUser($u->getUser($updated_by));?></b> <?php echo gtext('at');?> <b><?php echo smartDate($update_date); ?></b>. <?php echo gtext("It may differ significantly from the");?> <a href="<?php echo $this->baseUrl."/".$this->controller."/view/$lang/$id_hard/".$name.$this->viewStatus;?>"><?php echo gtext("Current revision");?></a>.
 			</div>
 			<?php } ?>
 			
-- 
cgit v1.2.3