diff options
author | gnhb <gnoahb@gmail.com> | 2011-01-03 20:30:38 +0700 |
---|---|---|
committer | gnhb <gnoahb@gmail.com> | 2011-01-03 20:30:38 +0700 |
commit | 0eaf705549ee6e95445b025aec08942f5cccf15e (patch) | |
tree | 6404df13015f65521ade4b01e24527813924b44a /usr/local | |
parent | 5e1f9bb4f10094a1b12c59706429d48d62434db0 (diff) | |
download | pfsense-0eaf705549ee6e95445b025aec08942f5cccf15e.zip pfsense-0eaf705549ee6e95445b025aec08942f5cccf15e.tar.gz |
Attempt to make it more clear to users that "Dial on Demand" should not be enabled if the
link should be always up/on.
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/interfaces_ppps_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_ppps_edit.php b/usr/local/www/interfaces_ppps_edit.php index 46fb414..7b4a2e4 100644 --- a/usr/local/www/interfaces_ppps_edit.php +++ b/usr/local/www/interfaces_ppps_edit.php @@ -683,7 +683,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE" <td valign="top" class="vncell"><?= gettext("Dial On Demand"); ?></td> <td class="vtable"> <input type="checkbox" value="on" id="ondemand" name="ondemand" <?php if (isset($pconfig['ondemand'])) echo "checked"; ?>> <?= gettext("Enable Dial-on-Demand mode"); ?> - <br/> <span class="vexpl"><?= gettext("This option causes the interface to operate in dial-on-demand mode, allowing you to have a virtual full time connection. " . + <br/> <span class="vexpl"><?= gettext("This option causes the interface to operate in dial-on-demand mode. Do NOT enable if you want your link to be always up. " . "The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?> </span> </td> </tr> |