Fixing gettext calls on pkg_mgr.php

This commit is contained in:
Vinicius Coque 2010-08-10 11:12:18 -03:00
parent 42c7b5532f
commit 58c550f6dd

View File

@ -193,7 +193,7 @@ include("head.inc");
<?php
if($index['pkginfolink']) {
$pkginfolink = $index['pkginfolink'];
echo "<a target='_new' href='$pkginfolink'>Package Info</a>";
echo "<a target='_new' href='$pkginfolink'>". gettext("Package Info") ."</a>";
} else {
echo gettext("No info, check the") . " <a href='http://forum.pfsense.org/index.php/board,15.0.html'>" . gettext("forum") . "</a>";
}