aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/My/panel.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/My/panel.php')
-rw-r--r--h-source/Application/Views/My/panel.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/My/panel.php b/h-source/Application/Views/My/panel.php
index 1f4b9fe..30e4d24 100644
--- a/h-source/Application/Views/My/panel.php
+++ b/h-source/Application/Views/My/panel.php
@@ -23,7 +23,7 @@
<div id="left">
<div class="position_tree_box">
- <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; panel
+ <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; <?php echo gtext("control panel");?>
</div>
<?php if ($isBlocked) { ?>
@@ -34,7 +34,7 @@
<?php if ($ismoderator) { ?>
<div class="moderator_panel_link">
- watch all the <a href="<?php echo Url::getRoot('moderators/actions/'.$lang);?>">moderators' actions</a>
+ <?php echo gtext("watch all the");?> <a href="<?php echo Url::getRoot('moderators/actions/'.$lang);?>"><?php echo gtext("actions carried out by moderators");?></a>
</div>
<?php } ?>