summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-14 00:25:03 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-14 00:25:03 -0500
commit66999e391c6f212c8133cb0e491eb6fd0df43f56 (patch)
treeb03371f7181ad6d981af7b91a4bc731ef6789f63 /src/usr/local/www/pkg_mgr_installed.php
parent3c9befb9689db30155fbffc4593a1085922f0f2b (diff)
downloadpfsense-66999e391c6f212c8133cb0e491eb6fd0df43f56.zip
pfsense-66999e391c6f212c8133cb0e491eb6fd0df43f56.tar.gz
fix typo, spotted by Phil Davis
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index ee4f3bb..4539378 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -198,7 +198,7 @@ if(!is_array($config['installedpackages']['package'])):?>
<a href="pkg_mgr_install.php?mode=reinstallpkg&amp;pkg=<?=$full_name?>" class="btn btn-info btn-xs">Reinstall</a>
<!-- <a href="pkg_mgr_install.php?mode=reinstallxml&amp;pkg=<?=$full_name?>" class="btn btn-info btn-xs"><?=gettext("reinstall GUI")?></a>
<?php if(!$g['disablepackageinfo'] && $pkg['pkginfolink'] && $pkg['pkginfolink'] != $pkg['website']):?>
- <a target="_blank" title="<?=gettext("View more inforation")?>" href="<?=htmlspecialchars($pkg['pkginfolink'])?>" class="btn btn-info btn-xs">Info</a>
+ <a target="_blank" title="<?=gettext("View more information")?>" href="<?=htmlspecialchars($pkg['pkginfolink'])?>" class="btn btn-info btn-xs">Info</a>
<?php endif;?>
-->
</td>
OpenPOWER on IntegriCloud