mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixing gettext calls on pkg_mgr.php
This commit is contained in:
parent
42c7b5532f
commit
58c550f6dd
@ -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>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user