diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-28 02:35:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-28 02:35:29 +0000 |
commit | 07e19d5775cc93a80017225ded508619b8c80089 (patch) | |
tree | 637ea0284faeb0edb211cde816c885572a983aae /usr | |
parent | 1ef8df1e5347c32235fd8bccd8e697ea7a324c92 (diff) | |
download | pfsense-07e19d5775cc93a80017225ded508619b8c80089.zip pfsense-07e19d5775cc93a80017225ded508619b8c80089.tar.gz |
Rename column to Support
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/pkg_mgr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index 8354cf7..c5f8284 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -98,7 +98,7 @@ include("head.inc"); <td width="25%" class="listhdrr">Category</td> <!-- <td width="10%" class="listhdrr">Size</td> --> <td width="5%" class="listhdrr">Status</td> - <td width="5%" class="listhdrr">Maintainer</td> + <td width="5%" class="listhdrr">Support</td> <td width="50%" class="listhdr">Description</td> </tr> <?php |