summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-10 11:12:18 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-10 11:12:18 -0300
commit58c550f6dd211587ef7dff5caac0963e72446e6b (patch)
tree248149943f7476fd2a394f4b91e05ab6af89b24b /usr/local/www/pkg_mgr.php
parent42c7b5532fad6ca9a634360d574dee777787800c (diff)
downloadpfsense-58c550f6dd211587ef7dff5caac0963e72446e6b.zip
pfsense-58c550f6dd211587ef7dff5caac0963e72446e6b.tar.gz
Fixing gettext calls on pkg_mgr.php
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-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