diff options
author | Phil Davis <phil.davis@inf.org> | 2014-04-12 04:03:37 -0700 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2014-04-12 04:03:37 -0700 |
commit | ffb76388c9fc22ac4e6ca8483acb49b542541977 (patch) | |
tree | 6ed21c8f77efbf1b5309914c92958ae0a5c18524 | |
parent | db45bc6892d013e6f8d2e997822f526aa13ed687 (diff) | |
download | pfsense-ffb76388c9fc22ac4e6ca8483acb49b542541977.zip pfsense-ffb76388c9fc22ac4e6ca8483acb49b542541977.tar.gz |
Tidy up package signature text
Thought I would tidy this up while coming across it. IMHO "Package settings" reads better than "Packages settings"... and I reworded the explanatory text a bit also.
-rw-r--r-- | usr/local/www/system_advanced_misc.php | 8 |
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> |