Translation fixes 1

This commit is contained in:
ZonD Eighty 2013-01-16 17:03:41 +04:00
commit 422d552cc8
7 changed files with 14 additions and 8 deletions

View file

@ -71,7 +71,7 @@
<td class="data-controls" width="70px">
<?php
if ($key == $user) {
echo "<a href=\"/logout/\"><img src=\"/images/login-as.png\" width=\"7px\" height=\"8px\"> <?php print _('logout');?></a>";
echo "<a href=\"/logout/\"><img src=\"/images/login-as.png\" width=\"7px\" height=\"8px\"> ". _('logout')."</a>";
if (!empty($_SESSION['look_alert'])) {
?>
<script type="text/javascript">