summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-10-19 14:43:34 -0400
committerjim-p <jimp@pfsense.org>2011-10-19 14:43:34 -0400
commit976db9de682617065f710561c19fc911ddfc655b (patch)
treeb6d7ac3b002001894ac7ef4044a855da56902b3c
parent7b2301034b8dd07b7248944525abc807dbce1b71 (diff)
downloadpfsense-976db9de682617065f710561c19fc911ddfc655b.zip
pfsense-976db9de682617065f710561c19fc911ddfc655b.tar.gz
More typos/text fixes.
-rw-r--r--usr/local/www/system_advanced_misc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 217d40f..190087b 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 />
- <?=gettext("Proxy url for allowing {$g['product']} to use this proxy port to connect outside. Default is 8080 for http protocol or ssl for 443."); ?>
+ <?=gettext("Proxy port to use when {$g['product']} connects to the proxy URL configured above. Default is 8080 for http protocol or 443 for ssl."); ?>
</td>
</tr>
<tr>
@@ -385,7 +385,7 @@ function maxmss_checked(obj) {
<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."); ?>
+ "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