summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-10-19 14:39:45 -0400
committerjim-p <jimp@pfsense.org>2011-10-19 14:39:45 -0400
commitf65555eb8880afbd621ed75c056e53db8fa384c0 (patch)
treeed72e8cc707ff183cab56b7d51b12648dabcd5b6 /usr/local/www/system_advanced_misc.php
parenta499d560d86d3a5352a8f4f760650940b1c75d34 (diff)
downloadpfsense-f65555eb8880afbd621ed75c056e53db8fa384c0.zip
pfsense-f65555eb8880afbd621ed75c056e53db8fa384c0.tar.gz
More typos/text fixes.
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-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 f2fdb80..d25c96d 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -241,7 +241,7 @@ function maxmss_checked(obj) {
<td width="78%" class="vtable">
<input name="proxyport" id="proxyport" value="<?php if ($pconfig['proxyport'] <> "") echo $pconfig['proxyport']; ?>" class="formfld unknown">
<br />
- <?php printf(gettext("Proxy url for allowing %s to use this proxy port to connect outside. Default is 8080 for http protocol or ssl for 443."),$g['product']); ?>
+ <?php printf(gettext("Proxy port to use when %s connects to the proxy URL configured above. Default is 8080 for http protocol or 443 for ssl."),$g['product']); ?>
</td>
</tr>
<tr>
@@ -384,8 +384,8 @@ function maxmss_checked(obj) {
<td width="78%" class="vtable">
<input name="schedule_states" type="checkbox" id="schedule_states" value="yes" <?php if ($pconfig['schedule_states']) echo "checked"; ?> />
<br />
- <?=gettext("By default schedules clear the states of existing connections when expiry time has come. ".
- "This option allows to override this setting by not clearing states for existing connections."); ?>
+ <?=gettext("By default schedules clear the states of existing connections when the expiration time has come. ".
+ "This option overrides that behavior by not clearing states for existing connections."); ?>
</td>
</tr>
<tr>
@@ -400,7 +400,7 @@ function maxmss_checked(obj) {
<input name="kill_states" type="checkbox" id="kill_states" value="yes" <?php if ($pconfig['kill_states']) echo "checked"; ?> />
<br />
<?=gettext("By default the monitoring process will flush states for a gateway that goes down. ".
- "This option allows to override this setting by not clearing states for existing connections."); ?>
+ "This option overrides that behavior by not clearing states for existing connections."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud