summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-04-14 07:28:29 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-04-14 07:28:29 -0300
commitb4e0a62a0ab8a6e13519721f8f3abb9ec6972609 (patch)
tree1220a6a26281cacc9c3df0fb2d154f1203090477 /usr
parentc30639e445e328879f4df4ce1fc0bcc852ca0d32 (diff)
parentffb76388c9fc22ac4e6ca8483acb49b542541977 (diff)
downloadpfsense-b4e0a62a0ab8a6e13519721f8f3abb9ec6972609.zip
pfsense-b4e0a62a0ab8a6e13519721f8f3abb9ec6972609.tar.gz
Merge pull request #1076 from phil-davis/patch-2
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_misc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 514a9d8..5f220a0 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -719,14 +719,14 @@ function tmpvar_checked(obj) {
<?php endif; ?>
<tr>
- <td colspan="2" valign="top" class="listtopic"><?=gettext("Packages settings"); ?></td>
+ <td colspan="2" valign="top" class="listtopic"><?=gettext("Package settings"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Packages signature"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Package signature"); ?></td>
<td width="78%" class="vtable">
<input name="pkg_nochecksig" type="checkbox" id="pkg_nochecksig" value="yes" <?php if ($pconfig['pkg_nochecksig']) echo "checked=\"checked\""; ?> />
- <strong><?=gettext("Do NOT check packages signature"); ?></strong><br />
- <?=gettext("Enable this option will make pfSense install any packages without check its signature."); ?>
+ <strong><?=gettext("Do NOT check package signature"); ?></strong><br />
+ <?=gettext("Enable this option to allow pfSense to install any package without checking its signature."); ?>
</td>
</tr>
OpenPOWER on IntegriCloud