Project

General

Profile

« Previous | Next » 

Revision 976db9de

Added by Jim Pingle almost 14 years ago

More typos/text fixes.

View differences:

usr/local/www/system_advanced_misc.php
241 241
								<td width="78%" class="vtable">
242 242
									<input name="proxyport" id="proxyport" value="<?php if ($pconfig['proxyport'] <> "") echo $pconfig['proxyport']; ?>" class="formfld unknown">
243 243
									<br />
244
									<?=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."); ?>
244
									<?=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."); ?>
245 245
								</td>
246 246
							</tr>
247 247
							<tr>
......
385 385
                                                                        <input name="schedule_states" type="checkbox" id="schedule_states" value="yes" <?php if ($pconfig['schedule_states']) echo "checked"; ?> />
386 386
                                                                        <br />
387 387
									<?=gettext("By default schedules clear the states of existing connections when expiry time has come. ".
388
									"This option allows to override this setting by not clearing states for existing connections."); ?>
388
									"This option overrides that behavior by not clearing states for existing connections."); ?>
389 389
                                                                </td>
390 390
                                                        </tr>
391 391
                                                        <tr>
......
400 400
                                                                        <input name="kill_states" type="checkbox" id="kill_states" value="yes" <?php if ($pconfig['kill_states']) echo "checked"; ?> />
401 401
                                                                        <br />
402 402
									<?=gettext("By default the monitoring process will flush states for a gateway that goes down. ".
403
									"This option allows to override this setting by not clearing states for existing connections."); ?>
403
									"This option overrides that behavior by not clearing states for existing connections."); ?>
404 404
                                                                </td>
405 405
                                                        </tr>
406 406
							<tr>

Also available in: Unified diff