summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index e82bba0..efdc085 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -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>";
}
OpenPOWER on IntegriCloud