diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-07 23:49:40 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-07 23:49:40 +0000 |
commit | 1d2c9e00545ac5005274c6a4d3b372b4c0f60ae0 (patch) | |
tree | 9a4283e2333ef367f90cc84b8337dedd53111d5c /h-source/Application/Views/history.php | |
parent | 87e2c9d5b67e2cd816da2ad27a9a6b9db8b43a4b (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Views/history.php')
-rw-r--r-- | h-source/Application/Views/history.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/history.php b/h-source/Application/Views/history.php index 3c821ee..a809596 100644 --- a/h-source/Application/Views/history.php +++ b/h-source/Application/Views/history.php @@ -26,7 +26,7 @@ <?php if ($this->viewArgs['history_page'] === 1) { ?> <?php foreach ($rev1 as $rev) { ?> - <li class="page_history_current_item"><b>Current revision:</b> <?php echo smartDate($rev['hardware']['update_date']);?> by <?php echo getLinkToUser($u->getUser($rev['hardware']['updated_by']));?> (<a href="<?php echo $this->baseUrl."/".$this->controller."/differences/$lang/$id/0".$this->viewStatus;?>">diff</a>)</li> + <li class="page_history_current_item"><b><?php echo gtext("Current revision");?>:</b> <?php echo smartDate($rev['hardware']['update_date']);?> by <?php echo getLinkToUser($u->getUser($rev['hardware']['updated_by']));?> (<a href="<?php echo $this->baseUrl."/".$this->controller."/differences/$lang/$id/0".$this->viewStatus;?>">diff</a>)</li> <?php } ?> <?php } ?> @@ -51,5 +51,5 @@ </div> <div class="history_page_list"> - page list: <?php echo $pageList;?> + <?php echo gtext("page list");?>: <?php echo $pageList;?> </div>
\ No newline at end of file |